Closed raytiley closed 4 years ago
Hi Ray, yes, that should be doable. Did you try out what is described in the module writer? At first glance I think that registering and using different writers for the applications should match your ask.
Thanks. That works great!
Does FlexiLogger support multiple log files? Not sure if I see a clear way todo it from the examples.
The use case is I have an application that hosts a basic web api and services out a few assets using actix-web. The application also does a lot of background processing.
I want the web request logs to go into their own file vs the application logs. However everything is hosted in one process.
Thanks!