Skip to content

Commit

Permalink
Fix vrouter agent log files leakage
Browse files Browse the repository at this point in the history
Closes-bug: #1412305

Change-Id: I5783730607aa506ff9fc90d6e63afa808acf4453
  • Loading branch information
anbu-enovance committed Jan 19, 2015
1 parent 6bb5d55 commit 2607526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vnsw/agent/contrail/contrail_agent_init.cc
Expand Up @@ -237,8 +237,8 @@ void ContrailAgentInit::Init(AgentParam *param, Agent *agent,
void ContrailAgentInit::Start() {
Module::type module = Module::VROUTER_AGENT;
string module_name = g_vns_constants.ModuleNames.find(module)->second;
LoggingInit(params_->log_file(), params_->log_files_count(),
params_->log_file_size(), params_->use_syslog(),
LoggingInit(params_->log_file(), params_->log_file_size(),
params_->log_files_count(), params_->use_syslog(),
params_->syslog_facility(), module_name);

params_->LogConfig();
Expand Down

0 comments on commit 2607526

Please sign in to comment.