-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Thomas Howe edited this page Jun 14, 2016
·
1 revision
To enable logging, set the DEBUG environment variable when starting the core:
- All log messages: DEBUG=* npm start
- Filter out some: DEBUG=,-engine,-socket*,-tsg npm start
- Only show sessions: DEBUG=session* npm start
Current logging options include:
- logger
- monitor
- notify
- session
- gh
- socketio
- tsg