vegaprotocol / data-node

A rich API server for Vega Protocol
https://vega.xyz
Other
3 stars 1 forks source link

chore: add a config for services package #674

Closed pscott31 closed 2 years ago

pscott31 commented 2 years ago

At the moment services use the default logger, which is set to 'Debug' and so is very very verbose about subscriptions :) Give it it's own config so we can set a 'service level' log level in the config.

One day we might want to be fancy and set it per service, but I think this is fine for now.