docpad-plugin-winston

DocPad plugin that replaces the default logger with Winston

Usage no npm install needed!

<script type="module">
  import docpadPluginWinston from 'https://cdn.skypack.dev/docpad-plugin-winston';
</script>

README

Winston Plugin for DocPad

Install

docpad install winston

What?

This plugin will replace the default Caterpillar logger in DocPad for Winston.

Why?

As DocPad has matured, there has been a noticable increase in build times for larger sites. Replacing Caterpillar with Winston has resulted in faster builds for DocPad versions >= 6.32.0

Note that this can be seen as a temporary drop-in solution to the issue, where diagnosing Caterpillar performance issues will be more ideal.