Skip to content

Commit

Permalink
Updated for adding debugging to OH 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjore committed Sep 21, 2018
1 parent 1966237 commit 8302d71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -290,6 +290,12 @@ or execute the following command in your Karaf Shell for temporary debug log
```
log:set DEBUG org.openhab.binding.rflink
```

From OH2.3 the file format has changed and the following two lines must be added:
```
log4j2.logger.org_openhab_binding_rflink.name = org.openhab.binding.rflink
log4j2.logger.org_openhab_binding_rflink.level = DEBUG
```


Or you can use the Serial Monitor of your arduino IDE.
Expand Down

0 comments on commit 8302d71

Please sign in to comment.