mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-06-10 03:13:32 -07:00
Fix Windows mpv logging and add log export (#88)
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import type { MpvBackend } from '../types/config';
|
||||
import type { LogRotation } from './log-files';
|
||||
|
||||
export interface SubminerPluginRuntimeScriptOptConfig {
|
||||
socketPath: string;
|
||||
binaryPath?: string;
|
||||
backend: MpvBackend;
|
||||
logLevel?: 'debug' | 'info' | 'warn' | 'error';
|
||||
logRotation?: LogRotation;
|
||||
autoStart: boolean;
|
||||
autoStartVisibleOverlay: boolean;
|
||||
autoStartPauseUntilReady: boolean;
|
||||
|
||||
Reference in New Issue
Block a user