mirror of
https://github.com/immich-app/immich.git
synced 2025-12-03 04:59:45 +09:00
feat(server): run microservices in worker thread (#9426)
feat: start microservices in worker thread and add internal microservices for the server
This commit is contained in:
@@ -3,6 +3,7 @@ import { LogLevel } from 'src/entities/system-config.entity';
|
||||
export const ILoggerRepository = 'ILoggerRepository';
|
||||
|
||||
export interface ILoggerRepository {
|
||||
setAppName(name: string): void;
|
||||
setContext(message: string): void;
|
||||
setLogLevel(level: LogLevel): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user