Files
asterisk/main
Mark Murawski 98d149b4ce logger: Console sessions will now respect logger.conf dateformat= option
The 'core' console (ie: asterisk -c) does read logger.conf and does
use the dateformat= option.

Whereas 'remote' consoles (ie: asterisk -r -T) does not read logger.conf
and uses a hard coded dateformat option for printing received verbose messages:
  main/logger.c: static char dateformat[256] = "%b %e %T"

This change will load logger.conf for each remote console session and
use the dateformat= option to set the per-line timestamp for verbose messages

Change-Id: I3ea10990dbd920e9f7ce8ff771bc65aa7f4ea8c1
ASTERISK-25358: #close
Reported-by: Igor Liferenko
2021-03-22 11:18:14 -05:00
..
2019-08-01 15:31:23 -06:00
2020-05-05 08:56:28 -04:00
2020-05-05 08:56:28 -04:00
2020-04-06 10:58:41 -05:00
2019-08-01 15:31:23 -06:00
2021-03-10 11:07:42 -06:00
2020-10-12 10:50:10 -05:00
2020-06-10 13:56:45 -05:00
2020-06-10 13:56:45 -05:00
2017-12-20 12:40:01 -05:00
2020-10-12 10:50:10 -05:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:31 -05:00