mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-09 15:35:17 +00:00
fix(config): move sensitive-schema hint warnings to debug
This commit is contained in:
@@ -195,7 +195,7 @@ export function mapSensitivePaths(
|
||||
if (isSensitive) {
|
||||
next[path] = { ...next[path], sensitive: true };
|
||||
} else if (isSensitiveConfigPath(path) && !next[path]?.sensitive) {
|
||||
log.warn(`possibly sensitive key found: (${path})`);
|
||||
log.debug(`possibly sensitive key found: (${path})`);
|
||||
}
|
||||
|
||||
if (currentSchema instanceof z.ZodObject) {
|
||||
|
||||
Reference in New Issue
Block a user