Toparvion / analog

🔎 Flexible web-based real-time log viewer
MIT License
19 stars 5 forks source link

Log record level is always detected as TRACE #24

Closed Toparvion closed 4 years ago

Toparvion commented 4 years ago

We have a log (from K8s) that is not recognized by AnaLog's record level detection mechanism. All the records are detected as TRACE, no matter what their real level is. Here is an example: misdetect.log Also note that the corresponding tests are working fine. So it seems that the problem may be related to the target environment.

Toparvion commented 4 years ago

The issue appeared to affect plain logs only.