You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error on every nginx log available : ```
./include/functions: line 781: [: /var/log/nginx/<my_log_file>: binary operator expected
in the `include/functions:781`, the ${VALUE} contains "<my_log_file> main" so the -f test cannot return true.
```++ '[' '!' -f /var/log/nginx/<my_log_file> main ']'
Thanx for your help
The text was updated successfully, but these errors were encountered:
Hi,
I've come with a bug on parsing nginx logs :
I get this error on every nginx log available : ```
./include/functions: line 781: [: /var/log/nginx/<my_log_file>: binary operator expected
Thanx for your help
The text was updated successfully, but these errors were encountered: