Skip to content

Commit

Permalink
Revert "This adds a new logger to our default log configuration that …
Browse files Browse the repository at this point in the history
…can be utilized by user provided scripts. (#1340)" (#1364)

This reverts commit 31a6a46.

Signed-off-by: Dan Cunningham <[email protected]>
  • Loading branch information
digitaldan authored Jan 17, 2022
1 parent 4464ec7 commit 942822d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@
<AppenderRef ref="OSGI"/>
</Logger>

<!-- openHAB user based script logger configuration -->
<Logger level="TRACE" name="org.openhab.automation.script" />

<Logger level="ERROR" name="javax.jmdns"/>
<Logger level="ERROR" name="org.jupnp"/>

Expand Down
3 changes: 0 additions & 3 deletions launch/app/runtime/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@
<AppenderRef ref="STDOUT"/>
</Logger>

<!-- openHAB user based script logger configuration -->
<Logger level="TRACE" name="org.openhab.automation.script" />

<Logger level="ERROR" name="javax.jmdns"/>
<Logger level="ERROR" name="org.jupnp"/>

Expand Down

0 comments on commit 942822d

Please sign in to comment.