mirror of
https://gh.wpcy.net/https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-05-02 11:52:27 +08:00
18 lines
457 B
YAML
18 lines
457 B
YAML
monolog:
|
|
channels: [ 'upgrade', 'install', 'auth' ]
|
|
handlers:
|
|
upgrade:
|
|
type: stream
|
|
path: "%kernel.project_dir%/logs/upgrade.log"
|
|
level: debug
|
|
channels: [ "upgrade" ]
|
|
install:
|
|
type: stream
|
|
path: "%kernel.project_dir%/logs/install.log"
|
|
level: debug
|
|
channels: [ "install" ]
|
|
auth:
|
|
type: stream
|
|
path: "%kernel.project_dir%/logs/auth.log"
|
|
level: debug
|
|
channels: [ "auth" ]
|