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

Implement logging to a file #8

Open
d-Rickyy-b opened this issue Aug 7, 2022 · 2 comments
Open

Implement logging to a file #8

d-Rickyy-b opened this issue Aug 7, 2022 · 2 comments
Labels
feature New feature or request

Comments

@d-Rickyy-b
Copy link
Owner

Currently all the logs are only sent to stdout. It would be better to have a (configurable) log file to store all the logs in.

@deterri
Copy link

deterri commented Mar 29, 2023

Any preference on the implementation? A library of choice?

@d-Rickyy-b
Copy link
Owner Author

Hi @deterri, thanks for your offer to help :). I am not a big fan of any of the Go logging libraries out there. They come with tons of features while I (personally) only want to dump logs to a file, sometimes I also wish for the configurability of log levels.

For another project I implemented logging with the builtin log module (see here). I guess that would be the easiest way to go. If you have good arguments to why it would be beneficial to use another logging library, feel free to explain.

Cheers
Rico

@d-Rickyy-b d-Rickyy-b added the feature New feature or request label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants