Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Enabling logtimestamp stops Terarria console logging #4710

Open
ptcarino opened this issue Dec 5, 2024 · 0 comments
Open

[Bug]: Enabling logtimestamp stops Terarria console logging #4710

ptcarino opened this issue Dec 5, 2024 · 0 comments

Comments

@ptcarino
Copy link

ptcarino commented Dec 5, 2024

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.

## Log Parameters
logtimestamp="on"
logtimestampformat="%Y-%m-%d %H:%M:%S"

Relevant log output

No response

Steps to reproduce

  1. enable timestamps by adding logtimestamp="on" to terrariaserver.cfg
  2. run docker compose up -d to run the server
  3. check contents of log/console/terrariaserver-console.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New Issues
Development

No branches or pull requests

1 participant