From 64018cff7493b7d44d3cb5340339a7b28f135872 Mon Sep 17 00:00:00 2001 From: Nikhil B Date: Tue, 19 Jan 2016 10:39:31 +0530 Subject: [PATCH] Change the name of logfile to be consistenet Name of the logfile specified in the conf file was discovery.log, changing it to contrail-discovery.log Change-Id: I0e9aeef0d2e4803cb852c514e716bc4dda05c0eb Partial-Bug: 1524678 --- .../environment/modules/contrail/manifests/config/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrail/environment/modules/contrail/manifests/config/config.pp b/contrail/environment/modules/contrail/manifests/config/config.pp index 90af3162..575edc28 100644 --- a/contrail/environment/modules/contrail/manifests/config/config.pp +++ b/contrail/environment/modules/contrail/manifests/config/config.pp @@ -365,7 +365,7 @@ 'DEFAULTS/listen_ip_addr' : value => '0.0.0.0'; 'DEFAULTS/listen_port' : value => '5998'; 'DEFAULTS/log_local' : value => 'True'; - 'DEFAULTS/log_file' : value => '/var/log/contrail/discovery.log'; + 'DEFAULTS/log_file' : value => '/var/log/contrail/contrail-discovery.log'; 'DEFAULTS/cassandra_server_list': value => "$cassandra_server_list"; 'DEFAULTS/log_level' : value => 'SYS_NOTICE'; 'DEFAULTS/ttl_min' : value => '300';