Skip to content

Commit bda8039

Browse files
committed
Remove config.debug docs and schema
1 parent f12ccec commit bda8039

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ openclaw config set plugins.entries.agent-control-openclaw-plugin.config.userAge
8181
# Remove optional keys
8282
openclaw config unset plugins.entries.agent-control-openclaw-plugin.config.apiKey
8383
openclaw config unset plugins.entries.agent-control-openclaw-plugin.config.logLevel
84-
openclaw config unset plugins.entries.agent-control-openclaw-plugin.config.debug
8584
openclaw config unset plugins.entries.agent-control-openclaw-plugin.config.agentId
8685
openclaw config unset plugins.entries.agent-control-openclaw-plugin.config.agentVersion
8786
openclaw config unset plugins.entries.agent-control-openclaw-plugin.config.userAgent
@@ -96,5 +95,3 @@ Set `config.logLevel` to:
9695

9796
- `info` for one-line lifecycle logs such as client init, warmup, and agent syncs
9897
- `debug` for verbose startup, sync, and evaluation diagnostics
99-
100-
The older `config.debug` flag is still accepted as a deprecated alias for `logLevel=debug`.

openclaw.plugin.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"logLevel": {
3838
"type": "string",
3939
"enum": ["warn", "info", "debug"]
40-
},
41-
"debug": {
42-
"type": "boolean"
4340
}
4441
}
4542
},
@@ -67,10 +64,6 @@
6764
"logLevel": {
6865
"label": "Log Level",
6966
"help": "Controls plugin verbosity: warn logs only warnings, errors, and block events; info adds high-level lifecycle logs; debug adds verbose diagnostics."
70-
},
71-
"debug": {
72-
"label": "Debug Logging",
73-
"help": "Deprecated alias for logLevel=debug."
7467
}
7568
}
7669
}

0 commit comments

Comments
 (0)