GJordao / simple-auth

An authentication service that aims to be simple and customisable
MIT License
3 stars 3 forks source link

wip/structured logging #20

Open fmagno opened 3 years ago

fmagno commented 3 years ago

Adding a first draft of structured logging (with winston) as per issue #10. Currently supports configurable logging to the file system and to stdout. Logging should be configured through:

(more info in README.md)

This PR depends on #14.