Const customFileFormat
customFileFormat: Format = printf(info => {return JSON.stringify({ level: info.level, message: info.message, timestamp: info.timestamp },(_, value: string) => {if (typeof value === "string") {return value.replace(/\u001b\[.*?m/g, "") // color.replace(/\u001b\]8;;/g, "") // link.replace(/\u0007/g, " "); // link}return value;}," ",);})
custom logger output in console