Skip to content

Commit 222a575

Browse files
tercelclaude
andcommitted
fix: sync review — DEFAULTS logging.level "INFO" → "WARNING"
[A-NEW-001] Update ConfigResolver DEFAULTS to match spec change. The doc repo updated the default logging level from INFO to WARNING but the code was not updated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4cb9e57 commit 222a575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apcore_cli/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ConfigResolver:
1818

1919
DEFAULTS: dict[str, Any] = {
2020
"extensions.root": "./extensions",
21-
"logging.level": "INFO",
21+
"logging.level": "WARNING",
2222
"sandbox.enabled": False,
2323
"cli.stdin_buffer_limit": 10_485_760, # 10 MB
2424
"cli.auto_approve": False,

0 commit comments

Comments
 (0)