mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-24 04:34:55 +02:00
add failed auth logging
This commit is contained in:
parent
fdb1ab4bd9
commit
0bd8217d9e
16 changed files with 175 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue