can't force loki path
ich1g0 opened this issue · 8 comments
ich1g0 commented
I can't make loki exit after it finish scanning the path I specified with -p. it goes back to C:\ and scan the whole drive
$ loki.exe -p C:\path\to*.log --noprocscan --onlyrelevant --dontwait
Neo23x0 commented
You don't use a wilrdcard in the path parameter, don't you?
C:\path\to*.log
?
ich1g0 commented
I did that and I tried without the wild card same issue
C:\Users\user\Download
It keeps going after finishing the path
Neo23x0 commented
I cannot reproduce that behaviour.
ich1g0 commented
Neo23x0 commented
Neo23x0 commented
Neo23x0 commented
I cannot reproduce the bug. It only scans C:\
when it doesn't get a different path via -p
on the command line.
ich1g0 commented
I tried with the latest version and it has no issue, thank a lot.