Commit 22d7dda
committed
🦀 Refactor Workflow Logging to Use Debug Level
Updated the logging in the `Workflow` struct to utilize the `debug!` macro instead of `eprintln!` for improved logging practices. This change enhances the clarity of log messages related to workflow execution, node connections, and default routes, aligning with best practices for structured logging. The adjustments ensure that debug information is captured in a more consistent and manageable manner, facilitating better monitoring and troubleshooting during workflow execution.1 parent 6f6d5e0 commit 22d7dda
1 file changed
Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | 201 | | |
203 | 202 | | |
204 | 203 | | |
205 | | - | |
206 | 204 | | |
207 | 205 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 206 | + | |
213 | 207 | | |
214 | 208 | | |
215 | 209 | | |
| |||
0 commit comments