Skip to content

feat: add configurable logging levels (fixes #584)#1066

Open
dhanashreehingnekar28 wants to merge 3 commits into
imDarshanGK:mainfrom
dhanashreehingnekar28:feature/configurable-logging-levels
Open

feat: add configurable logging levels (fixes #584)#1066
dhanashreehingnekar28 wants to merge 3 commits into
imDarshanGK:mainfrom
dhanashreehingnekar28:feature/configurable-logging-levels

Conversation

@dhanashreehingnekar28

Copy link
Copy Markdown

Description

Added configurable logging levels to the application.

  • Created a dedicated logging configuration module
  • Integrated log level settings via environment variable
  • Added logging to health router and main app
  • Updated .env.example with LOG_LEVEL variable

Related Issue

Fixes #584

Type of change

  • New feature / enhancement
  • Test addition

Checklist

  • I have read CONTRIBUTING.md
  • My branch is up to date with main
  • I have not introduced duplicate issues or features
  • My PR title follows the format: feat: add configurable logging levels
  • I have added tests for new features
  • No hardcoded secrets or API keys in my code
  • This PR is linked to a GSSoC 2026 issue

Test evidence

pytest -v

output:
================================= 423 passed, 2 warnings in 36.73s =================================

@dhanashreehingnekar28

Copy link
Copy Markdown
Author

Hi @imDarshanGK — merge conflicts are resolved and the branch is up to date with main now. Ready for review whenever you get a chance. Let me know if anything else is needed on my end

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.

Add configurable logging levels per component

1 participant