chore: don't change time color for improved readability

This commit is contained in:
Matthias
2024-12-29 10:45:22 +01:00
parent 59f3d88c58
commit 44d9cb85a0

View File

@@ -16,7 +16,6 @@ class FtRichHandler(Handler):
# Format log message
log_time = Text(
datetime.fromtimestamp(record.created).strftime("%Y-%m-%d %H:%M:%S,%f")[:-3],
style="gray78",
)
name = Text(record.name, style="violet")
log_level = Text(record.levelname, style=f"logging.level.{record.levelname.lower()}")