Commands › › Toggle Logger Service
Toggle Logger Service
Coming soon
Before you run this
No preconditions — works in any Revit state. LoggerServiceManager must be accessible.
After it runs
HttpLoggerService.exe process is either started or stopped. User receives a brief ON/OFF notification via CommandFeedback.
When to use this
- User wants to enable command tracking diagnostics for debugging.
- User wants to disable the logger service to reduce overhead.
Don't use this when
Viewing logs (use the log panel or MCP tools). Configuring logger settings (use config files).
Returns
| Name | Type | Description |
|---|---|---|
State | string | New logger state: ON or OFF |
What you'll see in the chat
on start
Toggling the logger service...
Switching the command tracking logger...
Switching the command tracking logger...
thinking
Checking if HttpLoggerService is running...
Toggling service state...
Toggling service state...
on success
Logger service is now {State}.
on failure
Could not toggle logger service: {error}
REST API
Not yet exposed
This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:
POST /api/v1/commands/toggle_logger_service- Request body schema (from
[RestApiParam]) - Response schema (from
[RestApiResponse]) - curl / JS / Python code examples
Keywords & intent patterns
toggle logger · logger service · start logger · stop logger · command tracking · http logger
Patterns: toggle * logger · start * logger · stop * logger · turn * logger *
Related
| Pillar |
|---|