We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e617970 commit 2479f97Copy full SHA for 2479f97
src/primary/settings_manager.py
@@ -638,4 +638,4 @@ def initialize_database():
638
639
# Test getting configured apps
640
configured_list = get_configured_apps()
641
- settings_logger.info(f"Configured apps: {configured_list}")
+ settings_logger.debug(f"Configured apps: {configured_list}")
0 commit comments