palworld-server-docker
palworld-server-docker copied to clipboard
Log Level
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
Along with this, the Log Level could be set for discord messages as well to decide what messages are sent