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
Add a path to game.project to JSON file with content
{
"logger_name": "FATAL",
"game.project": "TRACE",
"gui.*": "WARN", // Probably we can use * to mask several characters?
}
On start if this file loaded, this log levels should be used as LEVEL for this logger.
DEBUG_FORCE_LEVEL should have more priority.
File should be loaded before first logger created
The text was updated successfully, but these errors were encountered:
Add a path to
game.project
to JSON file with contentOn start if this file loaded, this log levels should be used as LEVEL for this logger.
DEBUG_FORCE_LEVEL should have more priority.
File should be loaded before first logger created
The text was updated successfully, but these errors were encountered: