mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(logger name):
This commit is contained in:
@@ -3,7 +3,7 @@ from os import getenv
|
||||
|
||||
from rich.logging import RichHandler
|
||||
|
||||
LOGGER_NAME = "agentic_security"
|
||||
LOGGER_NAME = "root"
|
||||
|
||||
|
||||
def get_logger(logger_name: str) -> logging.Logger:
|
||||
|
||||
Reference in New Issue
Block a user