tazama-lf / General-Issues

This repo exists to track current work and any issues within the FRMS CoE
2 stars 0 forks source link

Enable Configuration to Allow Lumberjack to Log to `console` #386

Open rtkay123 opened 6 months ago

rtkay123 commented 6 months ago

Story statement

As a platform developer or maintainer I want access to logs that are sent to ELK in the console **So that I do not have to have a functional ELK stack running in order for me to view logs with lumberjack

Acceptance criteria

  1. An environment variable can be used to enable logging to the console (alongside ELK)
  2. This environment variable will choose whether to enlist the multistream capabilities for the underlying pino logger so logs are sent to multiple destinations, in this case, ELK and the console