mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor!: LOG_LEVEL => IMMICH_LOG_LEVEL (#9557)
refactor: LOG_LEVEL => IMMICH_LOG_LEVEL
This commit is contained in:
parent
101bc290f9
commit
4807fc40a6
6 changed files with 9 additions and 9 deletions
|
|
@ -361,7 +361,7 @@ export const immichAppConfig: ConfigModuleOptions = {
|
|||
isGlobal: true,
|
||||
validationSchema: Joi.object({
|
||||
NODE_ENV: Joi.string().optional().valid('development', 'production', 'staging').default('development'),
|
||||
LOG_LEVEL: Joi.string()
|
||||
IMMICH_LOG_LEVEL: Joi.string()
|
||||
.optional()
|
||||
.valid(...Object.values(LogLevel)),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue