File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v0.15.2
1+ v0.15.3
Original file line number Diff line number Diff line change @@ -379,12 +379,6 @@ Create ``src/local/libraries/structured_stdout_logger.py``:
379379Add or update ``src/local/config/logger.json `` in the framework bundle
380380(a sparse file is sufficient — only the keys you want to set are needed):
381381
382- **Step 2 — Enable the logger via ** ``config/override/logger.json ``
383-
384- Add or update ``src/config/override/logger.json `` in the framework bundle
385- (the override directory must include the full required layout — see
386- :doc: `feature_framework_configuration `):
387-
388382.. code-block :: json
389383
390384 {
@@ -497,7 +491,7 @@ Common causes:
497491- **Missing ** ``enabled: true `` — the default config has ``enabled: false ``;
498492 the override config must explicitly set it to ``true ``.
499493- **Config not found ** — ``logger.json `` must live at
500- ``src/config/override /logger.json `` (framework bundle) or
494+ ``src/local/config /logger.json `` (framework bundle) or
501495 ``pipeline_configs/logger.json `` (pipeline bundle). Confirm the file is
502496 present and valid JSON.
503497
You can’t perform that action at this time.
0 commit comments