changed logger to pino (non-pretty)

This commit is contained in:
Maieul BOYER 2025-12-16 15:27:40 +01:00
parent 85eca5d301
commit bd45062080
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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