Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SBT / Scalaプロジェクトがあり、ログバックは機能しているようですが、構成logback.xmlファイルを完全に無視します。に配置しましたsrc/main/scala/logback.xml。何もしません。
logback.xml
src/main/scala/logback.xml
それの正しい場所は何ですか?
誰かがSBT/Scalaスケルトンプロジェクトの例を作業logback.xmlファイルとともに投稿できますか?
下に置きsrc/main/resources/logback.xmlます。SBTがアーティファクトのアセンブリを実行しているときに、適切な場所にコピーされます。
src/main/resources/logback.xml