We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4698c commit d7fe11bCopy full SHA for d7fe11b
lib/logging/index.ts
@@ -32,7 +32,7 @@ const setup = () => {
32
flags: "a+",
33
});
34
35
- apiLogger = makeLoggingSuite("API", process.cwd(), line => apiLogFile.write(line));
+ apiLogger = makeLoggingSuite("API", `(api)/./`, line => apiLogFile.write(line));
36
37
const pageLogFilePath = join(process.cwd(), "./logs/page.log");
38
const pageLogFile = createWriteStream(pageLogFilePath, {
0 commit comments