You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/11/24 16:40:22 UTC

[GitHub] [fineract] ivan333m edited a comment on issue #653: FINERACT-724: upgrade Spring boot to 2.1.7

ivan333m edited a comment on issue #653: FINERACT-724: upgrade Spring boot to 2.1.7 
URL: https://github.com/apache/fineract/pull/653#issuecomment-557905518
 
 
   There are 4755 messages in the log from `org.springframework.boot.actuate.audit.listener.AuditListener`.
   Example:
   
   > 05:13:16.686 [SimpleAsyncTaskExecutor-41580] DEBUG o.s.b.a.audit.listener.AuditListener - AuditEvent [timestamp=2019-11-23T23:43:16.686Z, principal=mifos, type=AUTHENTICATION_SUCCESS, data={details=org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 127.0.0.1; SessionId: null}]
   
   They are not so useful (by my opinion).
    We can switch log level to INFO for this class in travis build following command: 
   
   `./gradlew -Dlogging.level.org.springframework.boot.actuate.audit.listener.AuditListener=INFO --console=plain  integrationTest`
   
   As result the log file will be 1.5 MB smaller.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services