We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c09749 commit b4d545dCopy full SHA for b4d545d
src/utils/logger.ts
@@ -4,6 +4,8 @@ import type { Logger } from 'pino'
4
// Re-export pino types for use in other modules
5
export type { Logger } from 'pino'
6
7
+// @TODO change the log file path to be cross-platform compatible
8
+// and support other OSs
9
const logFilePath = '/tmp/mcp-server-nodejs-docs.log'
10
11
export function initLogger (): Logger {
0 commit comments