mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 12:12:15 +00:00
use better structured logging
This commit is contained in:
@@ -226,6 +226,7 @@ export const ClientLogMessageSchema = ClientBaseMessageSchema.extend({
|
||||
type: z.literal('log'),
|
||||
severity: z.nativeEnum(LogSeverity),
|
||||
log: z.string(),
|
||||
persistentID: z.string(),
|
||||
})
|
||||
|
||||
export const ClientPingMessageSchema = ClientBaseMessageSchema.extend({
|
||||
|
||||
Reference in New Issue
Block a user