davsclaus commented on PR #26526:
URL: https://github.com/apache/camel/pull/26526#issuecomment-5709489595
Re "Spring Boot still logs to `${PID}.log`, not `<name>.log`" — that is by
design and works today: `camel log` and the TUI look for `<pid>.log` first
(`CamelLogAction.logFile()`, `CamelMonitor` log-file selection) and use
`<name>.log` only as the fallback for Quarkus and Camel Main, where the log
file has to be named before the process exists. So Spring Boot does not need
`camel.main.name` in the logback config; `<pid>.log` is the primary and
collision-free path.
The mismatch was in my description and the tips page, which said
`<name>.log` for all three runtimes. Corrected in cf5bb1f9b809 (docs) and in
the PR description.
_Claude Code on behalf of davsclaus_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]