You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
I've got what appears to be a set of changes necessary to upgrade to 2.4 final. I'll get a PR in on it tomorrow if all goes well after I have more time to understand the changes to the logging that 2.4 final introduced. So far it looks like the logging defaults were changed to spit out more errors to STDOUT so we were seeing what looked like errors in the tests. However, all of the tests were actually passing (after a few tweaks involving Evolutions, etc). Filtering out errors from STDOUT cleans up testing, but I'd prefer to only filter those out in the TEST ENV which is why I'm not pushing a commit quite yet.
- updates a few dependencies
- configures logging to suppress some excessive noise
— ideally, we’d have separate logback.xml configs for test, dev and
prod. I tried and failed to make that happen. See #222. This
config is largely the default settings with a few additional lines
added to suppress unwanted noise during testing:
See also:
https://www.playframework.com/documentation/2.4.x/SettingsLoggercloses#207
No description provided.
The text was updated successfully, but these errors were encountered: