mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-18 05:10:57 +00:00
Simpler logging
This commit is contained in:
@@ -3,8 +3,8 @@ import request from 'request';
|
||||
// Create a logger for our provider
|
||||
let log = homebridge.logger('homebridge-lockitron');
|
||||
|
||||
// Demonstrate that we were loaded
|
||||
log.info("Lockitron provider loaded!");
|
||||
// Demonstrate that we were loaded - run homebridge with the "-D" option to see this message
|
||||
log.debug("Lockitron provider loaded!");
|
||||
|
||||
module.exports = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user