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
btw i dunno what actually is happening so this might be bogus
In current build of the game, there are stderr ( or similarly ) messages that are send regularly. Most likely from a bug fix, but best practice is to send to logger and then track the log files.
To have logging information outputted to terminal:
Ensure the class you are trying to log has logging set up wiki page
Navigate to logging.properties in the root/source folder
append to the document the class you wish to log, along with .level = *LEVEL* (for instance FINE but there are more, i just dont know of any others tee hee)
i.e.
com.deco.game.screens.level = FINE
The text was updated successfully, but these errors were encountered:
btw i dunno what actually is happening so this might be bogus
In current build of the game, there are stderr ( or similarly ) messages that are send regularly. Most likely from a bug fix, but best practice is to send to logger and then track the log files.
To have logging information outputted to terminal:
.level = *LEVEL*
(for instance FINE but there are more, i just dont know of any others tee hee)i.e.
com.deco.game.screens.level = FINE
The text was updated successfully, but these errors were encountered: