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

Make log level configurable (#377) #378

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Make log level configurable (#377) #378

merged 1 commit into from
Jul 19, 2023

Conversation

x4e-jonas
Copy link
Contributor

Uses LOG_LEVEL to configure log level. Default changed to INFO.

silvanheller
silvanheller previously approved these changes May 11, 2023
@silvanheller silvanheller requested a review from lucaro May 11, 2023 14:03
Copy link
Member

@lucaro lucaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way this is implemented only makes sense under the assumption that cineast is the only application running in a particular environment, such as a docker container. In all other cases, it uses a generic environment variable without any context. To make this more generally applicable, I'd suggest calling the variable something like CINEAST_LOG_LEVEL, in case there are several applications in the same environment that use a similar mechanism.

Copy link
Member

@lucaro lucaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me

@lucaro lucaro merged commit 4aacc01 into vitrivr:main Jul 19, 2023
3 checks passed
@x4e-jonas x4e-jonas deleted the loglvl branch July 19, 2023 07:03
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

Successfully merging this pull request may close these issues.

None yet

3 participants