From c6fa36e742312e0aadf9bbdf1a95fc6767758cee Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Wed, 3 Oct 2012 17:54:52 +1000 Subject: [PATCH] Renamed: collector.log -> data-collector.log --- neat/locals/collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neat/locals/collector.py b/neat/locals/collector.py index 0ec1313..402475b 100644 --- a/neat/locals/collector.py +++ b/neat/locals/collector.py @@ -118,7 +118,7 @@ def start(): common.init_logging( config['log_directory'], - 'collector.log', + 'data-collector.log', int(config['log_level'])) vm_path = common.build_local_vm_path(config['local_data_directory'])