mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00: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:
parent
3d5e55bdaa
commit
1ea55d642e
6 changed files with 79 additions and 17 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue