Commit 77b99d4
Move logback.xml where the assembly looks for it
The assembly copies logback.xml from src/main/config, but the file sat in
src/main/resources, so that fileSet had been copying nothing and the
config reached the executable jar only as a packaged resource. It also
reached the library jar, where logback would offer a consumer's own
application this project's logging configuration.
Move it, as S3Proxy has it, and keep a copy under src/test/resources so
that the tests still log the same way.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M5JVWJN7L3NWmcsYvjeCfc1 parent 8ed3bbd commit 77b99d4
2 files changed
Lines changed: 16 additions & 0 deletions
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments