Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
similarly to FINERACT-732,
the Travis CI integration for PRs to Fineract which I recently set up seems to be broken,
AGAIN?
Example on https://github.com/apache/fineract/pull/618 "The job exceeded the maximum log length, and has been terminated.", again?
Reminds me FINERACT-732], but seems to be a new issue... did we very recently change something which is causing more extensive logging of ITs - I see A LOT of the following, do we really need to log this at level INFO, or could we just make these DEBUG:
01:21:21.119 [SimpleAsyncTaskExecutor-49243] INFO o.s.b.a.audit.listener.AuditListener - AuditEvent [timestamp=Sat Feb 23 01:21:21 IST 2019, principal=mifos, type=AUTHENTICATION_SUCCESS, data=\{details=org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 127.0.0.1; SessionId: null}] 01:21:21.124 [http-bio-8443-exec-87] INFO o.a.f.i.s.f.TenantAwareBasicAuthenticationFilter - \{"startTime":1550865081114,"totalTime":10,"method":"GET","url":"https://localhost:8443/fineract-provider/api/v1/recurringdepositaccounts/142","parameters":{"tenantIdentifier":["default"]}}
Or perhaps Travis CI (suddenly?) got more strict?