提交 7aac844f authored 作者: joshebosh's avatar joshebosh 提交者: Andrey Volk

FS-11686 [mod_logfile] have mod_logfile say filename when rotating log

上级 a9e634b6
...@@ -189,7 +189,7 @@ static switch_status_t mod_logfile_rotate(logfile_profile_t *profile) ...@@ -189,7 +189,7 @@ static switch_status_t mod_logfile_rotate(logfile_profile_t *profile)
profile->suffix++; profile->suffix++;
} }
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "New log started.\n"); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "New log started: %s\n", profile->logfile);
goto end; goto end;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论