koppor / jabref

Collection of simple for JabRef issues. Please submit PRs to https://github.com/jabRef/jabref/.
https://github.com/jabRef/jabref/
MIT License
8 stars 13 forks source link

Fix "ERROR StatusLogger Unrecognized format specifier [d]" #486

Open koppor opened 3 years ago

koppor commented 3 years ago
$ jabref.bat -n -h
ERROR StatusLogger Unrecognized format specifier [d]
ERROR StatusLogger Unrecognized conversion specifier [d] starting at position 16 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [thread]
ERROR StatusLogger Unrecognized conversion specifier [thread] starting at position 25 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [level]

See https://stackoverflow.com/questions/48033792/log4j2-error-statuslogger-unrecognized-conversion-specifier for a solution

Siedlerchr commented 3 years ago

See also: https://github.com/JabRef/jabref/issues/6009