diff --git a/README.md b/README.md index 371041e5..9f9cb36a 100644 --- a/README.md +++ b/README.md @@ -175,4 +175,8 @@ cd dbgate-plugin-my-new-plugin # this directory is created by wizard, edit, what yarn plugin # this compiles plugin and copies it into existing DbGate installation ``` -After restarting DbGate, you could use your new plugin from DbGate. \ No newline at end of file +After restarting DbGate, you could use your new plugin from DbGate. + +## Logging +DbGate uses [pino logger](https://github.com/pinojs/pino). So by default, it produces JSON log messages into console and log files. If you want to see formatted logs, please use [pino-pretty](https://github.com/pinojs/pino-pretty) log formatter. +