Skip to content

ElectronStartLoggingOptions

Unofficial

Options controlling how network events are captured when logging starts.

Import:

import type { ElectronStartLoggingOptions } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronStartLoggingOptions

Properties

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.