fix: 🐛 Fix request logs not showing up when starting server via CLI

This commit is contained in:
Jesse Wierzbinski 2024-06-26 15:16:50 -10:00
parent 556ef83ecf
commit de75310b61
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -177,6 +177,7 @@ export const nodeDriver: RotatingFileSinkDriver<number> = {
export const configureLoggers = (silent = false) =>
configure({
reset: true,
sinks: {
console: getConsoleSink({
formatter: defaultConsoleFormatter,