add python log viewer

This commit is contained in:
team2
2026-02-28 19:35:39 +01:00
parent 03e7cfdeef
commit 7b777b0f27
4 changed files with 172 additions and 9 deletions

View File

@@ -3,7 +3,8 @@ monolog:
handlers:
agent:
type: stream
type: rotating_file
path: '%kernel.logs_dir%/agent.log'
level: debug
channels: ['agent']
max_files: 14
channels: ['agent']