mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-14 10:44:49 +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