mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
configDB.pm: adopt to funny fakelog changes
git-svn-id: https://svn.fhem.de/fhem/trunk@24855 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0ff25b5d78
commit
3e1350647f
@ -328,7 +328,7 @@ sub cfgDB_Init {
|
||||
_cfgDB_InsertLine($fhem_dbh, $uuid, 'define telnetPort telnet 7072 global',6);
|
||||
_cfgDB_InsertLine($fhem_dbh, $uuid, 'define web FHEMWEB 8083 global',7);
|
||||
_cfgDB_InsertLine($fhem_dbh, $uuid, 'attr web allowfrom .*',8);
|
||||
_cfgDB_InsertLine($fhem_dbh, $uuid, 'define Logfile FileLog %L/fhem-%Y-%m-%d.log FakeLog',9);
|
||||
_cfgDB_InsertLine($fhem_dbh, $uuid, 'define Logfile FileLog %L/fhem-%Y-%m-%d.log Logfile',9);
|
||||
}
|
||||
|
||||
# create TABLE fhemstate if nonexistent
|
||||
|
Loading…
Reference in New Issue
Block a user