mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Initial commit
This commit is contained in:
commit
36fe34e8e1
583 changed files with 91539 additions and 0 deletions
27
server/config/log.js
Normal file
27
server/config/log.js
Normal file
|
@ -0,0 +1,27 @@
|
|||
/**
|
||||
* Built-in Log Configuration
|
||||
* (sails.config.log)
|
||||
*
|
||||
* Configure the log level for your app, as well as the transport
|
||||
* (Underneath the covers, Sails uses Winston for logging, which
|
||||
* allows for some pretty neat custom transports/adapters for log messages)
|
||||
*
|
||||
* For more information on the Sails logger, check out:
|
||||
* https://sailsjs.com/docs/concepts/logging
|
||||
*/
|
||||
|
||||
module.exports.log = {
|
||||
/***************************************************************************
|
||||
* *
|
||||
* Valid `level` configs: i.e. the minimum log level to capture with *
|
||||
* sails.log.*() *
|
||||
* *
|
||||
* The order of precedence for log levels from lowest to highest is: *
|
||||
* silly, verbose, info, debug, warn, error *
|
||||
* *
|
||||
* You may also set the level to "silent" to suppress all logs. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
// level: 'info',
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue