Skip to content

Commit

Permalink
Change the name of logfile to be consistenet
Browse files Browse the repository at this point in the history
Name of the logfile specified in the conf file was discovery.log, changing it
to contrail-discovery.log

Change-Id: I0e9aeef0d2e4803cb852c514e716bc4dda05c0eb
Partial-Bug: 1524678
  • Loading branch information
bansalnikhil committed Jan 21, 2016
1 parent d95e7aa commit 64018cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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';
Expand Down

0 comments on commit 64018cf

Please sign in to comment.