[WIP] Adapt log4j configuration for junit tests#3511
Conversation
|
For travis this is ok, but with this configuration no errors and warnings are reported during debug sessions of tests, right? |
|
@tobiasdiez This only applies if you run the tests through gradle. If you manually debug the test in the IDEA, it should be normal behaviour |
|
I just tried it and sadly it does not work in IntelliJ. For example, the method |
|
So what about this PR? It is marked as ready-to-review, but it seems it is not functional? |
|
Can we get some progress here? The travis log is really annoying at the moment. I'll add this to jabcon in the hope that it gets done then. |
|
I think I have an idea: I commit my changes and add the files to .gitignore So it won't overwrite @tobiasdiez changes on merge/pull right? |
* 'master' of github.com:JabRef/jabref: Allow spaces in DOIs Remove irrelevant log messages during XMP reading Adapt log4j configuration for cleaner junit tests #3511 Eclipse Django style #3655 Better code style for chained methods Update build.gradle Update build.gradle cleanup and refactoring in DuplicateCheck class code review fixes - consider pages of the same book separately in duplications detection process; add more tests differentiate inbooks with the same author and title, but different chapter Remove deprecated static BibtexParser.parse method Use stream in matcher (#3696) Add some BibtexNameFomatter comments Add exception for Jacoco Set jacoco toolVersion earlier set jacoco version globally
* upstream/master: (47 commits) Fix Google Scholar fetcher Use english for all LCID mappings #1851 remove import preferences test mock import and convert to junit5 fix #3693 (#3702) Fix space leads to jump in entry editor (#3699) Fix #3669 Extract creation of the contents of FileAnnotationTabController Fix changelog Fix NPE Remove unnecessary file use processbuilder for calling external apps Fix color highlight of odd linked files Fixes #2964 Fix koppor issues #3 Allow spaces in DOIs Remove irrelevant log messages during XMP reading Adapt log4j configuration for cleaner junit tests #3511 Eclipse Django style #3655 Better code style for chained methods Update build.gradle ...
Fixes #3510
After searching and reading around I now set the log level to off.
Failures are still reported, but the travis output is no longer cluttered
gradle localizationUpdate?