Skip to content

Commit e5614f5

Browse files
authored
chore: commit for version 0280 release (#3465)
1 parent ad70148 commit e5614f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

camel/logger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def _configure_library_logging():
3636
f"CAMEL library logging has been configured "
3737
f"(level: {_logger.getEffectiveLevel()}). "
3838
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()"
39+
f"set CAMEL_LOGGING_LEVEL env var. To disable logging, "
40+
f"set CAMEL_LOGGING_DISABLED=true or use disable_logging()"
4141
)
4242
else:
4343
_logger.debug("Existing logger configuration found, using that.")

0 commit comments

Comments
 (0)