We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b0ffd commit aa3a519Copy full SHA for aa3a519
Configuration/Settings.Log.yaml
@@ -6,9 +6,13 @@ Neos:
6
backupLogger:
7
default:
8
class: Neos\Flow\Log\Backend\FileBackend
9
- options:
+ options: &logOptions
10
logFileURL: '%FLOW_PATH_DATA%Logs/Backup.log'
11
createParentDirectories: true
12
severityThreshold: '%LOG_INFO%'
13
maximumLogFileSize: 10485760
14
logFilesToKeep: 1
15
+ backupLogger:
16
+ logger: Neos\Flow\Log\Logger
17
+ backend: Neos\Flow\Log\Backend\FileBackend
18
+ backendOptions: *logOptions
0 commit comments