We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad70148 commit e5614f5Copy full SHA for e5614f5
camel/logger.py
@@ -36,8 +36,8 @@ def _configure_library_logging():
36
f"CAMEL library logging has been configured "
37
f"(level: {_logger.getEffectiveLevel()}). "
38
f"To change level, use set_log_level() or "
39
- "set CAMEL_LOGGING_LEVEL env var. To disable logging, "
40
- "set CAMEL_LOGGING_DISABLED=true or use disable_logging()"
+ f"set CAMEL_LOGGING_LEVEL env var. To disable logging, "
+ f"set CAMEL_LOGGING_DISABLED=true or use disable_logging()"
41
)
42
else:
43
_logger.debug("Existing logger configuration found, using that.")
0 commit comments