Commit 2126815
committed
chore: Remove debug logging from stop/start operations
Removed temporary debug logging added during troubleshooting:
- Removed DEBUG print statements from StopContainerGroup
- Removed DEBUG/ERROR logging from stopWithACI
- Removed DEBUG/ERROR logging from stopWithACA
- Updated stopWithACA comment to reflect native Stop API usage
The stop/start functionality is now working correctly with:
- ACI: Using native client.Stop() API
- ACA: Using native client.BeginStop() API
Code is cleaner and production-ready without verbose debug output.1 parent 3a66428 commit 2126815
File tree
2 files changed
+3
-20
lines changed- apps/agent/internal
- azure
- services
2 files changed
+3
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
334 | | - | |
335 | 333 | | |
336 | 334 | | |
337 | 335 | | |
338 | 336 | | |
339 | 337 | | |
340 | | - | |
341 | 338 | | |
342 | 339 | | |
343 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 299 | + | |
307 | 300 | | |
308 | 301 | | |
309 | | - | |
| 302 | + | |
310 | 303 | | |
311 | 304 | | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
| 305 | + | |
320 | 306 | | |
321 | 307 | | |
322 | 308 | | |
| |||
0 commit comments