Skip to content

Commit d7fe11b

Browse files
committed
Improve logging formatting
1 parent 5a4698c commit d7fe11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logging/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const setup = () => {
3232
flags: "a+",
3333
});
3434

35-
apiLogger = makeLoggingSuite("API", process.cwd(), line => apiLogFile.write(line));
35+
apiLogger = makeLoggingSuite("API", `(api)/./`, line => apiLogFile.write(line));
3636

3737
const pageLogFilePath = join(process.cwd(), "./logs/page.log");
3838
const pageLogFile = createWriteStream(pageLogFilePath, {

0 commit comments

Comments
 (0)