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

Improve logging #37

Open
gatepoet opened this issue Jan 12, 2023 · 2 comments
Open

Improve logging #37

gatepoet opened this issue Jan 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@gatepoet
Copy link
Contributor

Logging is currently done with log files using NLog. I propose that we switch to using console logging. It would also be preferable to have the logging configuration as a docker config in order to change the logging level at runtime. This way we don't have to re-deploy the web server just to change the log-level

@gatepoet gatepoet added the enhancement New feature or request label Jan 12, 2023
@gatepoet
Copy link
Contributor Author

@AnneAbelseth any comments?

@AnneAbelseth
Copy link
Collaborator

@AnneAbelseth any comments?

When you say "log level", that means "debug", "production" and similar? I can't imagine it will be important to switch between them runtime - or will it?
Another thing: "console loging" - that means output goes to the console, right? Isn't that awkward? (But of course: you don't have to get rid of old log files, and that is a pro..)

What does it cost resource-wise? Is it a big job to switch?

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
None yet
Development

No branches or pull requests

2 participants