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

Log level should be configurable #176

Closed
sajith opened this issue Jan 27, 2025 · 0 comments · Fixed by #182
Closed

Log level should be configurable #176

sajith opened this issue Jan 27, 2025 · 0 comments · Fixed by #182
Assignees
Labels
enhancement New feature or request

Comments

@sajith
Copy link
Member

sajith commented Jan 27, 2025

Similar to atlanticwave-sdx/sdx-controller#394. See:

sdx-lc/sdx_lc/app.py

Lines 50 to 53 in 5921039

if log_file:
logging.basicConfig(filename=log_file, level=logging.DEBUG)
else:
logging.basicConfig(level=logging.DEBUG)

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

Successfully merging a pull request may close this issue.

2 participants