Skip to content

Commit 3e2a89d

Browse files
authored
fix(docs): remove stale config/override reference from feature_logging.rst (#85)
1 parent e33aef2 commit 3e2a89d

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.15.2
1+
v0.15.3

docs/source/feature_logging.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,6 @@ Create ``src/local/libraries/structured_stdout_logger.py``:
379379
Add 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

0 commit comments

Comments
 (0)