骨のダイスを転がそう

2009|01|02|03|04|05|06|07|10|12|
2010|01|02|03|04|05|06|07|08|09|10|11|
2011|02|03|05|06|07|08|09|10|11|12|
2012|01|02|04|05|09|10|11|12|
2013|01|02|04|
2014|11|
2015|01|04|05|
2016|06|07|08|09|11|
2017|01|02|03|04|
2018|03|

2017-02-17

_ 某プロジェクトで、jarがリポジトリに入っているのは気持ち悪い。

それを除去した場合、simplelogger.properties が読み込まれず、プロジェクトのRun/Debug configuration にオプションを追加する必要がある。

-Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG -Dorg.slf4j.simpleLogger.dateTimeFormat="yyyy-MM-dd hh:mm:ss.SSS Z"  -Dorg.slf4j.simpleLogger.logFile=System.err

うまい方法はないだろうか?