Skip to content

Commit

Permalink
Moved persistent files from log to data
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlenstedt committed Dec 20, 2018
1 parent 3f9bf6d commit e7a42cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/fhem.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
attr global logfile REPLACEINSTALLFOLDER/log/plugins/REPLACEFOLDERNAME/fhem.log
attr global modpath .
attr global statefile REPLACEINSTALLFOLDER/log/plugins/REPLACEFOLDERNAME/fhem.save
attr global statefile REPLACEINSTALLFOLDER/data/plugins/REPLACEFOLDERNAME/fhem.save
attr global verbose 3
attr global updateInBackground

Expand All @@ -20,7 +20,7 @@ define Logfile FileLog REPLACEINSTALLFOLDER/log/plugins/REPLACEFOLDERNAME/fhem.l
define autocreate autocreate
attr autocreate filelog REPLACEINSTALLFOLDER/log/plugins/REPLACEFOLDERNAME/%NAME.log

define eventTypes eventTypes REPLACEINSTALLFOLDER/log/plugins/REPLACEFOLDERNAME/eventTypes.txt
define eventTypes eventTypes REPLACEINSTALLFOLDER/data/plugins/REPLACEFOLDERNAME/eventTypes.txt

# Disable this to avoid looking for new USB devices on startup
define initialUsbCheck notify global:INITIALIZED usb create

0 comments on commit e7a42cb

Please sign in to comment.