Sorry, I am not sure where to post this so please move to wherever appropriate
I have had a Filelog entry running successfully for some time but it stopped logging yesterday morning (27.04.2015) after updates
The define was..
define FileLog_Energy_M FileLog ./log/Energy-%Y-%m.log Daily_Diff_Electric:.*|Daily_Diff_Gas:.*|Daily_Electric:.*|Daily_Gas:.*|Electric:.*|Gas:.*
I haven't been able to find anything relevant in the forum. Changing to
define FileLog_Energy_M FileLog ./log/Energy-%Y-%m.log .*Gas:.*|.*Electric:.*
has restated logging.
Has anything changed? Is there a max number of regex terms?
Please see here (http://forum.fhem.de/index.php/topic,36702.0.html) and here (http://forum.fhem.de/index.php/topic,36701.0.html).
Thanks for the links, I've been out all day so sorry for the late reply.
I'll look at them more closely tomorrow - too late to try and interpret google translate tonight ;)
At least I'm getting logs for now.
Edit:Sorted, and for the benefit of others..
the multiple regex string has to be enclosed in brackets - as I used to do before the wizard
I fixed the problem by reverting the patch.
Thanks - I think I'll leave the brackets, if nothing else it makes reading my backup .cfg easier