Commit f97b0ad
committed
feat: add debug and error logging to run_command function
- Add tracing::debug! macro to log stdout output at debug level
- Add tracing::error! macro to always log stderr output when not empty
- Improve observability by logging command outputs with structured context
- Enhance error visibility while maintaining debug-level stdout logging1 parent 3958ac5 commit f97b0ad
File tree
1 file changed
+22
-3
lines changed1 file changed
+22
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
110 | 131 | | |
111 | | - | |
112 | | - | |
113 | 132 | | |
114 | 133 | | |
115 | 134 | | |
| |||
123 | 142 | | |
124 | 143 | | |
125 | 144 | | |
126 | | - | |
| 145 | + | |
127 | 146 | | |
128 | 147 | | |
129 | 148 | | |
| |||
0 commit comments