feat(log): remove container log setting in order to use stdout

This commit is contained in:
Steffen Jost 2022-01-24 12:37:05 +01:00
parent 02051100e4
commit 8f460bd0a3

View File

@ -84,7 +84,7 @@ let
export SESSION_MEMCACHED_PORT=11212 export SESSION_MEMCACHED_PORT=11212
''} ''}
export LOGDEST=/var/log/uniworx/''${cTime}.log # export LOGDEST=/var/log/uniworx/''${cTime}.log # kubernetes prefers log via stdout
typeset -a configs typeset -a configs
configs=() configs=()
configDir=''${CONFIG_DIR-/cfg} configDir=''${CONFIG_DIR-/cfg}