Michael Vorburger created FINERACT-800:
------------------------------------------
Summary: Excessive logs break Travis CI
Key: FINERACT-800
URL: https://issues.apache.org/jira/browse/FINERACT-800
Project: Apache Fineract
Issue Type: Bug
Affects Versions: 1.3.0
Reporter: Michael Vorburger
Assignee: Michael Vorburger
Fix For: 1.4.0
Fineract has excessive logs, which too frequently break Travis CI; specifically:
{{06:31:36.460 [http-bio-8443-exec-108] INFO
o.a.f.i.s.f.TenantAwareBasicAuthenticationFilter -
{"startTime":1574659896455,"totalTime":5,"method":"GET","url":"https://localhost:8443/fineract-provider/api/v1/clie}}
{{nts/537","parameters":\{"tenantIdentifier":["default"]}}}}
and:
{{06:31:36.473 [SimpleAsyncTaskExecutor-41778] DEBUG
o.s.b.a.audit.listener.AuditListener - AuditEvent
[timestamp=2019-11-25T05:31:36.472Z, principal=mifos,
type=AUTHENTICATION_SUCCESS,
data=\{details=org.springframework.security.web.authentication.WebAuthenticationDetails@957e:
RemoteIpAddress: 127.0.0.1; SessionId: null}]}}
The first one was always there, and (to me) seems unnecessarily at INFO instead
of DEBUG level. The second one is new and started appearing after the
FINERACT-724 Spring upgrades because of what is described in FINERACT-779.
I'll propose a PR to address both of these...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)