Always log install log to base log folder

This commit is contained in:
Clemente Raposo 2025-01-14 13:13:15 +00:00 committed by c.raposo
parent daabfa9819
commit a549d23644
3 changed files with 72 additions and 1 deletions

View file

@ -8,7 +8,7 @@ monolog:
channels: [ "upgrade" ]
install:
type: stream
path: "%env(default:log.dir:env.logs:LOG_DIR)%/install.log"
path: "%env(default:base.log.dir:env.base_logs:LOG_DIR)%/install.log"
level: debug
channels: [ "install" ]
auth: