mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-25 10:36:24 +00:00
Use rfc-2822 for log timestamp
This commit is contained in:
@@ -93,7 +93,7 @@ function log() {
|
||||
shopt -u -o xtrace
|
||||
|
||||
if isDebugging || isTrue "${LOG_TIMESTAMP:-false}"; then
|
||||
ts=" $(date --rfc-3339=seconds)"
|
||||
ts=" $(date --rfc-2822)"
|
||||
else
|
||||
ts=
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user