Error with Master pino creahes changed to pino-pretty

This commit is contained in:
NigeParis 2025-12-16 18:32:42 +01:00 committed by Maix0
parent bd45062080
commit 67c8a9cbd1
6 changed files with 3 additions and 5 deletions

View file

@ -7,7 +7,7 @@ const start = async () => {
const envToLogger = {
development: {
transport: {
target: 'pino',
target: 'pino-pretty',
options: {
translateTime: 'HH:MM:ss Z',
ignore: 'pid,hostname',