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

Do some kind of proper logging #3

Open
tshikaboom opened this issue Apr 19, 2020 · 0 comments
Open

Do some kind of proper logging #3

tshikaboom opened this issue Apr 19, 2020 · 0 comments

Comments

@tshikaboom
Copy link
Owner

Currently we use #defined insructions to log everything. It is going to get messy as we go on, maybe try to use some structured logging controlled by an environment variable.

I would imagine using an environment variable to control the verbosity, such as

LIBONE_LOG=NONE
LIBONE_LOG=DEBUG
LIBONE_LOG=WARNING

etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant