potsky / PimpMyLog

🍭 Log viewer for your web server
http://pimpmylog.com
GNU General Public License v3.0
594 stars 89 forks source link

can't parse ANY log file #143

Closed s0mm3rb closed 4 years ago

s0mm3rb commented 4 years ago

hi I cannot add any log other than nginx to the view no matter what I enter I always get config.user.json configuration file is buggy even if I copy the nginx config and just modify the path, regex, matches and types

Not. A. Chance.

the regex tester parses it fine sample log (sonarr): https://pastebin.com/b1Bv690T

this lets me open PMP but obviously does not parse the log correctly: https://pastebin.com/rXtaKdEf

this just shows me "Oups! config.user.json configuration file is buggy: No file is defined in files array": https://pastebin.com/wWTg8dRT

I don't know whats wrong

it really sucks that this is no longer in development I really like the gui compared to logarr

hopefully someone has an idea as I said it parses fine with the tester: https://domain.yours/pimpmylog/inc/test.php#retestertab I tried it with a different, more complex, regex here, still no luck in the actual config file: grafik

regards

s0mm3rb commented 4 years ago

I'll close this, cause the issue turned out to be the | inside the regex new issue here: https://github.com/potsky/PimpMyLog/issues/144