mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:14:33 +00:00
fix(logging): cap file logs with configurable maxFileBytes
Co-authored-by: Xinhua Gu <562450+xinhuagu@users.noreply.github.com>
This commit is contained in:
@@ -190,6 +190,7 @@ export const OpenClawSchema = z
|
||||
])
|
||||
.optional(),
|
||||
file: z.string().optional(),
|
||||
maxFileBytes: z.number().int().positive().optional(),
|
||||
consoleLevel: z
|
||||
.union([
|
||||
z.literal("silent"),
|
||||
|
||||
Reference in New Issue
Block a user