ether / etherpad-lite

Etherpad: A modern really-real-time collaborative document editor.
http://docs.etherpad.org/
Apache License 2.0
15.95k stars 2.78k forks source link

perf(log): use pino instead of log4js #6318

Open AugustinMauroy opened 1 month ago

AugustinMauroy commented 1 month ago

Pino is built for perf and it's nearly have same API whit log4js.

Pino docs

SamTV12345 commented 1 month ago

Good idea. We can add it later in 2.x. The problem is that this would be a breaking change as many plugins rely on log4js