feat: server reliability and observability improvements

This commit is contained in:
Pedro Farias
2026-01-17 13:08:40 -03:00
parent ed68f4b21e
commit 6a6c4829ca
3 changed files with 48 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ function loadConfig() {
if (process.env.DEBUG === 'true') config.debug = true;
} catch (error) {
console.error('[Config] Error loading config:', error);
logger.error('[Config] Error loading config:', error);
}
}