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 e917719 commit cc65a27Copy full SHA for cc65a27
src/guidellm/logger.py
@@ -72,7 +72,7 @@ def configure_logger(config: LoggingSettings = settings.logging):
72
sys.stdout,
73
level=config.console_log_level.upper(),
74
format="<green>{time:YY-MM-DD HH:mm:ss}</green>|<level>{level: <8}</level> \
75
- |<cyan>{name}:{function}</cyan>:<cyan>{line}</cyan> - <level>{message}</level>",
+ |<cyan>{name}:{function}</cyan>:<cyan>{line}</cyan> - <level>{message}</level>"
76
)
77
78
if config.log_file or config.log_file_level:
0 commit comments