What is the actual syntax to log in SailsJS?
Docs don't have anything, but found the following line in the site's roadmap
"Pull out Sails.log (winston wrapper) as a separate module so it can be used by waterline"
I image it's something like:
Sails.log(...)
Sails.error(...)
Sails.warn(...)