stryker-mutator / stryker-js

Mutation testing for JavaScript and friends
https://stryker-mutator.io
Apache License 2.0
2.6k stars 251 forks source link

feat(logging): remove dependency on log4js #5111

Closed nicojs closed 1 week ago

nicojs commented 2 weeks ago

We roll our own loggin and remove our dependency on log4js. This prepares us for the mutation server protocol, where multiple calls are made to Stryker at once.

Could I have made it work with log4js? Probably yes. But I was tired of maintaining our dependency on it. It also saves us about 1MB of dependencies.

See #5086