https://github.com/luislobo/sails-winston-logger-example
Sample Sails application that implements Winston logger via captians-log
https://github.com/luislobo/sails-winston-logger-example
Last synced: about 1 year ago
JSON representation
Sample Sails application that implements Winston logger via captians-log
- Host: GitHub
- URL: https://github.com/luislobo/sails-winston-logger-example
- Owner: luislobo
- Created: 2019-03-12T23:14:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T01:51:22.000Z (over 3 years ago)
- Last Synced: 2025-03-24T05:51:56.226Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Sails application that implements Winston logger via captians-log
This sample [Sails](https://github.com/balderdashy/sails) application was created to test the changes made into
[captains-log](https://github.com/balderdashy/captains-log) in this [PR](https://github.com/balderdashy/captains-log/pull/25),
to make use of [Winston] logger.
This works also as an example of how you can configure Winston to look nice in your loggers
Particularly check the [config/log.js](https://github.com/luislobo/sails-test-2019/blob/master/config/log.js) file
to see how the [Winston] integration was made.
---
[Winston]: https://github.com/winstonjs/winston