...
Code Block | ||
---|---|---|
| ||
logging: type: "default" level: "INFO" appenders: - type: "file" threshold: "ALL" timeZone: "UTC" queueSize: 256 discardingThreshold: -1 currentLogFilename: "/opt/dm/mci/mci.log" archive: true archivedLogFilenamePattern: "/opt/dm/mci/mci-%d.log.gz" archivedFileCount: 5 bufferSize: "8192 bytes" immediateFlush: true |
Other entries in config.yml
...
Various other entries are present which, in general, should be left unmodified unless you are asked to alter them by your Data Migrators support team.
...