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 can see this warning in the log when we have migrated from alpine 3.7 to 3.8 in our base Docker container with ruby 2.5.1, fluentd 1.2.5, and installed oj-3.6.10:
"#0 [http_input] Oj is not installed, and failing back to Yajl for json parser"
Steps to reproduce:
Run an official Alpine Docker container docker run -it --rm alpine:3.8 and execute the following commands:
I can see this warning in the log when we have migrated from alpine 3.7 to 3.8 in our base Docker container with ruby 2.5.1, fluentd 1.2.5, and installed oj-3.6.10:
Steps to reproduce:
Run an official Alpine Docker container
docker run -it --rm alpine:3.8
and execute the following commands:An example log:
The same scenario worked well in Alpine 3.7 (the only notable difference it had Ruby 2.4.4).
The text was updated successfully, but these errors were encountered: