Configure the global logger settings. Should be called once at application startup before creating loggers.
Logger configuration options
// In app initializationconfigureLogger({ LOG_LEVEL: config.LOG_LEVEL, LOG_FORMAT: config.LOG_FORMAT, MCP_TRANSPORT: config.MCP_TRANSPORT, NODE_ENV: config.NODE_ENV, LOG_DIR: config.LOG_DIR, SERVER_NAME: 'mcp-server', SERVER_VERSION: '1.0.0',}); Copy
// In app initializationconfigureLogger({ LOG_LEVEL: config.LOG_LEVEL, LOG_FORMAT: config.LOG_FORMAT, MCP_TRANSPORT: config.MCP_TRANSPORT, NODE_ENV: config.NODE_ENV, LOG_DIR: config.LOG_DIR, SERVER_NAME: 'mcp-server', SERVER_VERSION: '1.0.0',});
Configure the global logger settings. Should be called once at application startup before creating loggers.