You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- Configutation:
- name: Prod-Default
- Properties:
- Property:
- name: log_location
- value: /usr/springboot/logs/
- Appenders:
- RollingFile:
- - name: AllRollingFile_Appender
- fileName: ${log_location}fhsmsc-all.log
- filePattern: ${log_location}fhsmsc-all-%d{yyyy-MM-dd}.log.gz
- PatternLayout:
- Pattern: "%d %p [%l] - %m%n"
- Policies:
- TimeBasedTriggeringPolicy:
- interval: 1
- modulate: true
- DefaultRolloverStrategy:
- Delete:
- basePath: ${log_location}
- maxDepth: 1
- IfFileName:
- glob: fhsmsc-all-*.log.gz
- IfLastModified:
- age: P40D
- Loggers:
- Root:
- level: info
- AppenderRef:
- - ref: AllRollingFile_Appender
|