mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 14:19:55 +02:00
6 lines
118 B
Python
6 lines
118 B
Python
from agentic_security.logutils import set_log_level_to_info
|
|
|
|
|
|
def setup_logging():
|
|
return set_log_level_to_info()
|