From 13a34844707b4688f09c282893e5e36a3d70d18e Mon Sep 17 00:00:00 2001 From: Michael Barton <michael.barton@rackspace.com> Date: Thu, 17 Feb 2011 08:30:39 +0000 Subject: [PATCH] rename log-processing to log-processor --- doc/source/overview_stats.rst | 2 +- etc/{log-processing.conf-sample => log-processor.conf-sample} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename etc/{log-processing.conf-sample => log-processor.conf-sample} (100%) diff --git a/doc/source/overview_stats.rst b/doc/source/overview_stats.rst index 6364de4611..111e1f8df0 100644 --- a/doc/source/overview_stats.rst +++ b/doc/source/overview_stats.rst @@ -181,4 +181,4 @@ earlier. This file will have one entry per account per hour for each account with activity in that hour. One .csv file should be produced per hour. Note that the stats will be delayed by at least two hours by default. This can be changed with the new_log_cutoff variable in the config file. See -`log-processing.conf-sample` for more details. \ No newline at end of file +`log-processor.conf-sample` for more details. diff --git a/etc/log-processing.conf-sample b/etc/log-processor.conf-sample similarity index 100% rename from etc/log-processing.conf-sample rename to etc/log-processor.conf-sample