Saqr/Config/logging.json
2026-04-12 19:05:32 +04:00

12 lines
243 B
JSON

{
"level": "INFO",
"format": "%(asctime)s | %(name)s | %(levelname)s | %(message)s",
"file": true,
"console": true,
"categories": {
"Training": "INFO",
"Inference": "INFO",
"Manager": "INFO"
}
}