kevinbcarney

Results 2 issues of kevinbcarney

My code is below. const Pino = require('pino') ({ browser: { write: (o) => { loggerFunction(o) } }, level: "trace", // mixin is NOT working!!! mixin () { return {...

Part of my issue is while I'm learning JavaScript, clearly, I'm not a competent yet as it seems I should be. My goal is to have a server receive log...