Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Camel uses convention over configuration so sometimes its useful to turn on debug logging to see how Camel is operating and to try and diagnose issues.

Include Page
CAMEL:Uses Commons LoggingCAMEL:
Uses Commons Logging

To enable debug logging we recommend you use log4j for logging then make sure your log4j.properties file enables DEBUG level logging for the org.apache.camel. package.

...