[ Question ] Does it support this use case ?
Closed this issue · 0 comments
Thanks for writing this, I'm having the following question, if I'm creating a centralized logging system that I want expose an api to web client, and web client will send message in and we log the message.
For example, we have 5000 users using the system, and the web client will perform ajax call to the "endpoint", the goal for the endpoint is to do a "centrailized log" of the message it received.
Do you see any problem with this ( e.g. performance, volume )
And also, I'm little confused by the example, https://github.com/darrylwest/simple-node-logger/blob/master/examples/rolling-logger.js Why do we need to set time out there ? I'm confused here because does rolling-logger
a long running process, or need to instantiated for every request?