mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix: 🐛 Fix request logs not showing up when starting server via CLI
This commit is contained in:
parent
556ef83ecf
commit
de75310b61
2 changed files with 3 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ export const nodeDriver: RotatingFileSinkDriver<number> = {
|
|||
|
||||
export const configureLoggers = (silent = false) =>
|
||||
configure({
|
||||
reset: true,
|
||||
sinks: {
|
||||
console: getConsoleSink({
|
||||
formatter: defaultConsoleFormatter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue