aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/logback_config.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-08-23Moved Config Files From main/resources/ To test/resources/configChristof Rabensteiner1-12/+0
- Reason: Integration tests need configuration, but config files should not be packaged into the final artifact. - Update paths.
2019-05-28Add Moa Sig Dependency & Configure Logging & Init ReadmeChristof Rabensteiner1-0/+12
- Reduce logger output of all contexts to ERROR and WARN Statements; Moazs can log to INFO. Reason: Including moa-sig causes lots of DEBUG / TRACE logging . - Add Repository that points to file://${basedir}/repository. - Add guide how to compile project (I dont check moa-sig depenendcies into repository but explain how to retrieve dependencies manually in readme.md.)