diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-06-11 14:16:09 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-06-12 08:21:22 +0200 |
commit | dabda661a59fb07c640bfe96bfc4675e3b10f04f (patch) | |
tree | e40a61f03eec149a3726163a9073fcc7549380f2 /prh-app-server/src/main/resources/logback-spring.xml | |
parent | 07ebdbb579bc2b9ef1f0e26d0c98d2c0fdcd353d (diff) |
Catch empty response from DmaaP
Change-Id: Ibd8739c3f9718eec15ff20e0b88d0bfcd4f6d84d
Issue-ID: DCAEGEN2-540
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'prh-app-server/src/main/resources/logback-spring.xml')
-rw-r--r-- | prh-app-server/src/main/resources/logback-spring.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/prh-app-server/src/main/resources/logback-spring.xml b/prh-app-server/src/main/resources/logback-spring.xml index af4ab189..8f24d991 100644 --- a/prh-app-server/src/main/resources/logback-spring.xml +++ b/prh-app-server/src/main/resources/logback-spring.xml @@ -33,7 +33,9 @@ <fileNamePattern>${LOG_FILE}.%d{yyyy-MM-dd}.%i.gz</fileNamePattern> <timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP"> - <maxFileSize>10MB</maxFileSize> + <maxFileSize>50MB</maxFileSize> + <maxHistory>30</maxHistory> + <totalSizeCap>10GB</totalSizeCap> </timeBasedFileNamingAndTriggeringPolicy> </rollingPolicy> </appender> |