/rivet-plugin-winston

Primary LanguageTypeScriptMIT LicenseMIT

Rivet Logo

Rivet Winston Plugin

This plugin adds one node to improve logging in rivet. Currently this plugin only works in the node runtime. Currently the only supported logging transport is the file transport. If you would like to add more transport options please open a PR.

Local Development

  1. Run yarn dev to start the compiler and bundler in watch mode. This will automatically recombine and rebundle your changes into the dist folder. This will also copy the bundled files into the plugin install directory.
  2. After each change, you must restart Rivet to see the changes.