mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-29 08:49:26 +00:00
Apply logging prefix on output from DEBUG_MEMORY
This commit is contained in:
@@ -54,8 +54,8 @@ fi
|
||||
|
||||
if isTrue "${DEBUG_MEMORY:-false}"; then
|
||||
log "Memory usage and availability (in MB)"
|
||||
uname -pars
|
||||
free -m
|
||||
uname -pars | applyLogPrefix
|
||||
free -m | applyLogPrefix
|
||||
fi
|
||||
|
||||
##########################################
|
||||
|
||||
Reference in New Issue
Block a user