Commit 39c02b1
committed
elasticotel/distro: try harder to print the EDOT configuration at startup
Since we rely on the instrumented application logging setup BUT:
- by default the python root logger should be at WARNING level
- the EDOT Configuration dump is at INFO level
- at startup we don't have application logging already setup
So we need to add a temporary logging handler just for printing our config1 parent 6c34f54 commit 39c02b1
File tree
2 files changed
+21
-0
lines changed- src/elasticotel/distro
- tests/integration
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
103 | 110 | | |
104 | 111 | | |
105 | 112 | | |
| 113 | + | |
106 | 114 | | |
107 | 115 | | |
108 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
216 | 229 | | |
217 | 230 | | |
218 | 231 | | |
| |||
0 commit comments