trentm / node-bunyan

a simple and fast JSON logging module for node.js services
Other
7.17k stars 516 forks source link

Verify high CPU usage on journald #686

Open madhur opened 2 years ago

madhur commented 2 years ago

When are systems are under heavy traffic, almost of the CPU is consumed by journald process in linux and it seems it is because of this logger. Is there any fix for the same?

abhinavpanse commented 6 months ago

Hi there. Did you find any fix?