You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an administrator, I want to see / append timestamps for the game server's console output
Game
Terraria
Linux distro
Other
Command
command: start
Further information
Upon setting up the Terraria docker container, I noticed that the game's console logs does not append timestamps. Referencing to _default.cfg i added the cfg entry below to my terrariaserver.cfg to enable the timestamps. Unfortunately, this stops the console logging so my console logs is empty. Disabling logtimestamp makes the log entries appear again.
User story
As an administrator, I want to see / append timestamps for the game server's console output
Game
Terraria
Linux distro
Other
Command
command: start
Further information
Upon setting up the Terraria docker container, I noticed that the game's console logs does not append timestamps. Referencing to _default.cfg i added the cfg entry below to my terrariaserver.cfg to enable the timestamps. Unfortunately, this stops the console logging so my console logs is empty. Disabling logtimestamp makes the log entries appear again.
Relevant log output
No response
Steps to reproduce
logtimestamp="on"
to terrariaserver.cfgdocker compose up -d
to run the serverThe text was updated successfully, but these errors were encountered: