mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
prosody: add timestamps to the log
This commit is contained in:
parent
edb5e76d7d
commit
35685424e1
@ -191,7 +191,7 @@ authentication = "internal_hashed"
|
||||
-- Logs info and higher to /var/log
|
||||
-- Logs errors to syslog also
|
||||
log = {
|
||||
{ levels = {min = "{{ $LOG_LEVEL }}"}, to = "console"};
|
||||
{ levels = {min = "{{ $LOG_LEVEL }}"}, timestamps = "%Y-%m-%d %X", to = "console"};
|
||||
}
|
||||
|
||||
{{ if .Env.GLOBAL_CONFIG }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user