improvement: moved all console logs to pino

This commit is contained in:
canove
2021-01-07 20:52:51 -03:00
parent 0689b55453
commit 896f122cf7
16 changed files with 57 additions and 36 deletions

View File

@@ -0,0 +1,9 @@
import pino from "pino";
const logger = pino({
prettyPrint: {
ignore: "pid,hostname"
}
});
export { logger };