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

Add Logging #27

Open
LordRekishi opened this issue Mar 8, 2022 · 1 comment
Open

Add Logging #27

LordRekishi opened this issue Mar 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@LordRekishi
Copy link
Contributor

Use built-in logging tool Logback to make the app create and store logs in logfiles about the status and health of the app.
This tool is configured in either application.properties or in a file we create called logback-spring.xml.

How should the logger be configured? Which level of messages do we want to log?

@LordRekishi LordRekishi added the enhancement New feature or request label Mar 8, 2022
@LordRekishi LordRekishi moved this to Week 11 (proposed v1.0.0 release) in Roadmap & Release planning Mar 8, 2022
@helenahalldiniths
Copy link
Contributor

helenahalldiniths commented Mar 18, 2022

I think it is a good idea to put it in logback-spring.xml, as a way of achieving SoC (Separation of concern).

I think "info" is a good level, however if we need to debug the application (if something isn't working) then I think we should switch to "debug".

@LordRekishi LordRekishi moved this from Week 11 to Week 13 in Roadmap & Release planning Mar 18, 2022
@LordRekishi LordRekishi moved this from Week 13 to Week 14 (proposed v2.0.0 release) in Roadmap & Release planning Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Week 14 (proposed v2.0.0 release)
Development

No branches or pull requests

2 participants