This repository was archived by the owner on Sep 12, 2024. It is now read-only.
Commit 95ffae0
authored
Removing stdout logging in local logger to avoid runbook getting stuck on write method. (#858)
* Update locallogger.py
Bug 13865277: [CRI] automationrunbooktracer is hanging in automationrunbooktracer.log()
Local logging to stdout is causing write_nocancel method to block indefinitely when there is too much loffing into stdout
This logging is only used for debugging purpose, also the logs are getting redirected to runbook* and sandbox* files.
Commenting out local stdout logging to resolve this issue.
* Update locallogger.py
formatting changes
* Updating agent version to 1.7.10.0. Adding locallogger changes in 3.x/worker
Updating agent version to 1.7.10.0
Adding locallogger changes in 3.x/worker1 parent d1c9ac9 commit 95ffae0
File tree
5 files changed
+14
-13
lines changed- Providers/nxOMSAutomationWorker/automationworker
- 3.x/worker
- worker
5 files changed
+14
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
51 | 61 | | |
52 | 62 | | |
53 | 63 | | |
54 | 64 | | |
55 | 65 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments