mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
add failed auth logging
This commit is contained in:
@@ -40,7 +40,8 @@ const configSchema = z.object({
|
||||
.pipe(hostnameSchema)
|
||||
.transform((url) => url.toLowerCase()),
|
||||
log_level: z.enum(["debug", "info", "warn", "error"]),
|
||||
save_logs: z.boolean()
|
||||
save_logs: z.boolean(),
|
||||
log_failed_attempts: z.boolean().optional(),
|
||||
}),
|
||||
server: z.object({
|
||||
external_port: portSchema
|
||||
|
||||
Reference in New Issue
Block a user