defined logger caller

This commit is contained in:
Jan Prochazka
2023-01-21 17:49:16 +01:00
parent 4d93be61b5
commit cc0f05168d
40 changed files with 46 additions and 41 deletions

View File

@@ -9,6 +9,7 @@
],
"scripts": {
"start:api": "yarn workspace dbgate-api start | pino-pretty",
"start:api:json": "yarn workspace dbgate-api start",
"start:app": "cd app && yarn start",
"start:api:debug": "cross-env DEBUG=* yarn workspace dbgate-api start",
"start:app:debug": "cd app && cross-env DEBUG=* yarn start",