You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: suppress plugin registration logs in CLI mode (#380)
In CLI mode (OPENCLAW_CLI=1), registration and lifecycle logs are
downgraded from info to debug to avoid flooding stderr with ~11 lines
of noise before command output.
Affected logs:
- smart extraction enabled
- plugin registered (db, model, smartExtraction)
- diagnostic build tag loaded
- session-strategy: using none
- session-memory: typed before_reset hook registered
Gateway runtime behavior is unchanged (logs remain at info level).
0 commit comments