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
Copy file name to clipboardExpand all lines: docs/docs/configuration/mcp-config/env-vars.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,10 @@ A comma-separated list of loggers to enable.
55
55
56
56
- Default: `appLogger`
57
57
- Possible values (may be combined): `fileLogger`, `appLogger`
58
-
-`fileLogger` — writes log entries and MCP notifications normally only sent to clients to hourly rotating files in the directory specified by[`FILE_LOGGER_DIRECTORY`](#file_logger_directory).
59
-
Notifications include tool calls and their arguments as well as HTTP traces for the requests and responses to the Tableau REST APIs.
58
+
-`fileLogger` — writes log entries and MCP notifications normally only sent to clients to hourly
59
+
rotating files in the directory specified by[`FILE_LOGGER_DIRECTORY`](#file_logger_directory).
60
+
Notifications include tool calls and their arguments as well as HTTP traces for the requests and
61
+
responses to the Tableau REST APIs.
60
62
-`appLogger` — writes log entries to stdout as JSON. Enabled by default when transport is `http`.
61
63
- The log file names are in the format `YYYY-MM-DDTHH-00-00-000Z.log` e.g.
62
64
`2025-10-15T22-00-00-000Z.log` meaning this log file contains all log messages for hour 22 of
0 commit comments