Gets trace logging context, per thread, stopped by default
()
| 223 | |
| 224 | |
| 225 | def get_resolved_traces() -> TraceLogContext: |
| 226 | """Gets trace logging context, per thread, stopped by default""" |
| 227 | # may create default value |
| 228 | return Container()[TraceLogContext] |
| 229 | |
| 230 | |
| 231 | def add_config_to_env(config: BaseConfiguration, sections: Tuple[str, ...] = ()) -> None: |