I have a .log
JSON log file of a container running on a different computer and I want to figure out what went wrong. I don't have access to the computer but have the logs. I can view the logs in a text editor but I want to view it like the output of docker logs
.
Is there a way I can view the logs in a human-readable way? docker logs
documentation only accepts CONTAINER
as input param. Some solutions like Dozzle also seem to be real-time log viewers and I couldn't find a log viewer that accepts a file input.
Thanks in advance.