mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-11686 [mod_logfile] have mod_logfile say filename when rotating log
This commit is contained in:
parent
a9e634b664
commit
7aac844f43
@ -189,7 +189,7 @@ static switch_status_t mod_logfile_rotate(logfile_profile_t *profile)
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user