add system log viewer

This commit is contained in:
team2
2026-02-28 19:59:03 +01:00
parent 7b777b0f27
commit a90f34aefb
5 changed files with 230 additions and 3 deletions

View File

@@ -2,9 +2,22 @@ monolog:
channels: ['agent']
handlers:
# -------------------------------------------------
# 1) Agent Channel (nur Agent Logs)
# -------------------------------------------------
agent:
type: rotating_file
path: '%kernel.logs_dir%/agent.log'
level: debug
max_files: 14
channels: ['agent']
max_files: 30
channels: ['agent']
# -------------------------------------------------
# 2) System Log (wirklich alles)
# -------------------------------------------------
system:
type: rotating_file
path: '%kernel.logs_dir%/system.log'
level: debug
max_files: 30