1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

fix: adds timestamp to logs

This commit is contained in:
Amir Raminfar
2023-12-31 08:09:47 -08:00
parent 4bd66601cb
commit cb6adf275d

View File

@@ -299,7 +299,6 @@ func configureLogger(level string) {
} }
log.SetFormatter(&log.TextFormatter{ log.SetFormatter(&log.TextFormatter{
DisableTimestamp: true,
DisableLevelTruncation: true, DisableLevelTruncation: true,
}) })