Open evantahler opened 7 years ago
Can you elaborate just a bit on your choice of vocabulary used in the api (such as appenders
)?
The vocabulary comes from https://github.com/nomiddlename/log4js-node. An appender
is basically an output of the logger... it might be to the console (stdio), it might be to a file, it might be to some logging service. I'll bet for 90% of the use-cases for this server, logging to only console is OK.
I tend to prefer that logging is enabled by default... but OK! Version locked and disabled by default :D
Any updates on this feature?
@lukaspj can you move conversation to https://github.com/scottcorgan/pushstate-server/issues/41?
Thanks 👍
It's generally useful for your web servers to have logs!