prosody: add timestamps to the log

This commit is contained in:
Werner Fleischer
2023-04-06 14:34:56 +02:00
committed by Saúl Ibarra Corretgé
parent edb5e76d7d
commit 35685424e1

View File

@@ -191,7 +191,7 @@ authentication = "internal_hashed"
-- Logs info and higher to /var/log -- Logs info and higher to /var/log
-- Logs errors to syslog also -- Logs errors to syslog also
log = { log = {
{ levels = {min = "{{ $LOG_LEVEL }}"}, to = "console"}; { levels = {min = "{{ $LOG_LEVEL }}"}, timestamps = "%Y-%m-%d %X", to = "console"};
} }
{{ if .Env.GLOBAL_CONFIG }} {{ if .Env.GLOBAL_CONFIG }}