Commit 8eee2c8
Include timestamp and class name in log format
- Enable timestamp display in Rich logging handler
- Add module/class name to log format using %(name)s
- Maintain clean output while providing better debugging info
- Format shows: [timestamp] LEVEL module.name: message
Example output:
[07/04/25 15:10:14] INFO mcpm.commands.run: Server started successfully
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 09d06ab commit 8eee2c8
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments