Skip to content

Commit d9b1a29

Browse files
authored
docs: adding logging.path and logging.rotation cmd reference docs (#226)
1 parent bcc1c23 commit d9b1a29

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/source/command-reference.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,11 @@ These fields are under the top-level `introspection` key. Learn more about the M
196196

197197
These fields are under the top-level `logging` key.
198198

199-
| Option | Type | Default | Description |
200-
| :------ | :-------------------------------------------------- | :------- | :------------------------------ |
201-
| `level` | `oneOf ["trace", "debug", "info", "warn", "error"]` | `"info"` | The minimum log level to record |
199+
| Option | Type | Default | Description |
200+
|:-----------|:----------------------------------------------------|:-----------|:----------------------------------------------------------------------------------|
201+
| `level` | `oneOf ["trace", "debug", "info", "warn", "error"]` | `"info"` | The minimum log level to record |
202+
| `path` | `FilePath` | | An output file path for logging. If not provided logging outputs to stdio/stderr. |
203+
| `rotation` | `oneOf ["minutely", "hourly", "daily", "never"]` | `"hourly"` | The log file rotation interval (if file logging is used) |
202204

203205
### Operation source
204206

0 commit comments

Comments
 (0)