added trace and fetal to logger
This commit is contained in:
parent
65fb9116fb
commit
7a8e542ada
3 changed files with 35 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ export const serviceConfigSchema = z.object({
|
|||
|
||||
// Logging configuration
|
||||
export const loggingConfigSchema = z.object({
|
||||
level: z.enum(['debug', 'info', 'warn', 'error']).default('info'),
|
||||
level: z.enum(['trace', 'debug', 'info', 'warn', 'error', 'fatal']).default('info'),
|
||||
format: z.enum(['json', 'pretty']).default('json'),
|
||||
loki: z.object({
|
||||
enabled: z.boolean().default(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue