Commit 352a5a3
committed
make the profiler in bundled mode log in a dedicated file:
while creating the Agent Core in Bundled mode, we were passing
`log_file` config value to the host profiler's logger. This value was
meant for the agent and made the profiler try to write its logs there.
we now have a dedicated logging file, like other agent components.1 parent 511dd04 commit 352a5a3
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1123 | 1123 | | |
1124 | 1124 | | |
1125 | 1125 | | |
| 1126 | + | |
1126 | 1127 | | |
1127 | 1128 | | |
1128 | 1129 | | |
| |||
0 commit comments