Commit 75a4843
committed
feat(logging): Implement comprehensive logging feature across services
- Added logging initialization in scaffold.js for new services.
- Updated documentation to include a new "Service Logs" feature section.
- Created logs-feature.md detailing CLI and web-based log viewing capabilities.
- Enhanced Go service with structured logging and log retrieval endpoint.
- Integrated logging functionality in Node.js service with middleware for request logging.
- Implemented logging in Python FastAPI service with file-based logging.
- Added logging capabilities in Spring Boot service with structured log entries.1 parent 6f4f1e8 commit 75a4843
File tree
12 files changed
+1835
-16
lines changed- bin
- lib
- docs
- .vitepress
- templates
- go
- node/src
- python/app
- spring-boot
- src/main/java/com/example
- target/classes
- com/example
12 files changed
+1835
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
180 | 202 | | |
181 | 203 | | |
182 | 204 | | |
| |||
0 commit comments