Open jayprakash941 opened 1 year ago
I want to filter out some log which have specific string given as below. Ex: 1. "Warning: this Warning".
logger.error(Log entry at fist); logger.error('[ioredis] Unhandled error event: Error: All sentinels are unreachable. Retrying from scratch after');
Log entry at fist
Also how i can set bufferSize as the option is not given in library
function buildStream (filename, workerData, workerOpts) { const stream = new ThreadStream({ filename, workerData, workerOpts })
Please try to reframe your question. It is not at all clear what you are asking.
I want to filter out some log which have specific string given as below. Ex: 1. "Warning: this Warning".
logger.error(
Log entry at fist
); logger.error('[ioredis] Unhandled error event: Error: All sentinels are unreachable. Retrying from scratch after');Also how i can set bufferSize as the option is not given in library
function buildStream (filename, workerData, workerOpts) { const stream = new ThreadStream({ filename, workerData, workerOpts })