ElectronStartLoggingOptions
Unofficial
Options controlling how network events are captured when logging starts.
Import:
import type { ElectronStartLoggingOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronStartLoggingOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| captureMode? | 'default' | 'everything' | 'includeSensitive' | What kinds of data should be captured. includeSensitive adds cookies and auth data; everything adds all bytes transferred on sockets. | |
| maxFileSize? | number | When the log grows beyond this size, logging will automatically stop. |