Giacomo Craighero
Results
1
comments of
Giacomo Craighero
I already use JSON... this is my configuration: `{ level: 'info', json: true, host: process.env.LOKI_URL || 'http://loki:3100', labels: { service: '***', pod: process.env.POD_NAME || 'pod', }, }` What else could...