Commit 39153fc
refactor: Set logging to INFO level for production-like behavior
Changed default logging levels to INFO for production-oriented example:
- Removed DEBUG level for io.a2a.examples.cloud
- Removed DEBUG level for io.a2a.server.events
- Removed DEBUG level for io.a2a.extras.queuemanager.replicated
- Removed DEBUG level for io.a2a.server.requesthandlers
Added documentation comments showing how to enable DEBUG logging for
troubleshooting specific components.
This follows best practices for production examples while maintaining
clear guidance for developers who need detailed logs during development.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent ace5950 commit 39153fc
File tree
1 file changed
+6
-4
lines changed- examples/cloud-deployment/server/src/main/resources
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments