mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-21 20:49:51 +00:00
3b35209259
git-svn-id: https://svn.fhem.de/fhem/trunk@25611 2b470e98-0d58-463d-a4d8-8e2adae1ed80
18 lines
516 B
INI
18 lines
516 B
INI
attr global logfile ./log/fhem-%Y-%m.log
|
|
attr global modpath .
|
|
attr global verbose 3
|
|
attr global statefile ./log/fhem.save
|
|
|
|
define WEB FHEMWEB 8083 global
|
|
|
|
# Fake FileLog entry, to access the fhem log from FHEMWEB
|
|
define Logfile FileLog ./log/fhem-%Y-%m.log Logfile
|
|
|
|
define autocreate autocreate
|
|
attr autocreate filelog ./log/%NAME-%Y.log
|
|
|
|
define eventTypes eventTypes ./log/eventTypes.txt
|
|
|
|
# Disable this to avoid looking for new USB devices on startup
|
|
define initialUsbCheck notify global:INITIALIZED usb create
|