Commit 86d32c7
committed
Add trace log when resource isn't an archive
When detect(...) fails to resolve an archive file (archiveFile == null), the method now emits a trace-level log containing the resource URL before returning null. The log is guarded by logger.isTraceEnabled() to avoid unnecessary formatting overhead. No other behavior changes.1 parent b8ffd75 commit 86d32c7
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
| |||
0 commit comments