rivet-plugin-winston
v0.0.2
Published
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.
Downloads
11
Readme
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
- Run
yarn dev
to start the compiler and bundler in watch mode. This will automatically recombine and rebundle your changes into thedist
folder. This will also copy the bundled files into the plugin install directory. - After each change, you must restart Rivet to see the changes.