Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stderr Messages #188

Open
neo-take-lucy opened this issue Oct 11, 2021 · 1 comment
Open

Fix stderr Messages #188

neo-take-lucy opened this issue Oct 11, 2021 · 1 comment
Labels
team 4 Assigned to Team 4

Comments

@neo-take-lucy
Copy link
Contributor

neo-take-lucy commented Oct 11, 2021

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

@four-ts
Copy link
Contributor

four-ts commented Oct 12, 2021

see also: angry-float animation

@four-ts four-ts added the team 4 Assigned to Team 4 label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team 4 Assigned to Team 4
Projects
None yet
Development

No branches or pull requests

2 participants