Commit 169fd32
fix(logger): add optional cache to configure; update caching behavior (#9532)
* fix: update logger configuration to use environment variable for log level
* fix: remove default log level configuration and set logger initialization
* fix: enhance logger configuration to prevent redundant setup and improve cache handling
* fix: improve cache handling in logger configuration to prevent unintended defaults
* fix: enhance logger configuration to prevent redundant setup and improve early-exit logic
* fix: remove defensive comment in logger configuration for clarity
---------
Co-authored-by: Jordan Frazier <[email protected]>1 parent 8d26d52 commit 169fd32
1 file changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
211 | 212 | | |
212 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
213 | 218 | | |
214 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
215 | 227 | | |
216 | 228 | | |
217 | 229 | | |
| |||
260 | 272 | | |
261 | 273 | | |
262 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
263 | 279 | | |
264 | 280 | | |
265 | 281 | | |
266 | | - | |
| 282 | + | |
267 | 283 | | |
268 | 284 | | |
269 | 285 | | |
270 | 286 | | |
271 | | - | |
| 287 | + | |
272 | 288 | | |
273 | 289 | | |
274 | 290 | | |
| |||
366 | 382 | | |
367 | 383 | | |
368 | 384 | | |
369 | | - | |
| 385 | + | |
0 commit comments