QI-Software / deadmatterpublic

Public facing repository for Dead Matter, this is used for community submitted issues and for providing visibility on the current build / CI status.
4 stars 1 forks source link

Server Console Output - Add player events #191

Closed winglessraven closed 3 months ago

winglessraven commented 3 months ago

Please add player join and leave events to the server console. They are in the log file but not in the console.

This will help for server management panels that use the console to record events.

Example from the log file:

[2024.03.09-05.37.28:777][502]LogDMDebug: [ASurvivalBaseGamemode::PostLogin: 228] Player winglessraven connected!
[2024.03.09-05.39.28:967][742]LogDMDebug: [ASurvivalBaseGamemode::Logout: 269] Player winglessraven left!

With this extra logging I can add current player counts etc to my Discord bot

image

winglessraven commented 3 months ago

Should just need to change the verbosity of these events from Log to Display

image

winglessraven commented 3 months ago

Workaround to use -stdout -FullStdOutLogOutput instead of -log