fixed some some mongdb stuff, and added hide objects

This commit is contained in:
Boki 2025-06-21 07:33:47 -04:00
parent 8edd78a341
commit a0e1593af9
6 changed files with 37 additions and 12 deletions

View file

@ -26,4 +26,5 @@ export interface LoggerConfig {
lokiUser?: string;
lokiPassword?: string;
environment?: string;
hideObject?: boolean;
}