mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-10 08:04:00 +00:00
Added %L to filelog search
git-svn-id: https://svn.fhem.de/fhem/trunk@3265 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e4d8f262b1
commit
7167738d55
@ -401,6 +401,7 @@ FileLog_Get($@)
|
||||
$linf =~ s/%Y/$Y/g;
|
||||
$linf =~ s/%m/$m/g;
|
||||
$linf =~ s/%d/$d/g;
|
||||
$linf =~ s/%L/$attr{global}{logdir}/g if($attr{global}{logdir});
|
||||
} else {
|
||||
$linf = $hash->{currentlogfile};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user