feat: add integration with seq

This commit is contained in:
2024-12-22 07:16:54 +03:00
parent e10075dfed
commit 10bf53adec
4 changed files with 40 additions and 4 deletions

View File

@ -2,4 +2,6 @@ export interface LoggingRequest {
enableLogToFile: boolean;
logFileName?: string;
logFilePath?: string;
apiServerSeq?: string;
apiKeySeq?: string;
}