palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

Log Level

Open Luatan opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. To make it easier to debug features, allow the user to set the log level of the container as an environment variable. I think it would make sense to also include another variable for the webhook at which level it should send messages.

Describe the solution you'd like Add a function LogDebug and use a variable to determine if the log should be sent to the container logs or not. The same should be done for the existing Log functions.

Describe alternatives you've considered Keep it as is

Luatan avatar Feb 24 '24 17:02 Luatan

Along with this, the Log Level could be set for discord messages as well to decide what messages are sent

xHyperElectric avatar Mar 03 '24 21:03 xHyperElectric