Logs are an essential debbuging tool when developing. But if your application emits many logs it can become hard to find what you are looking for. In this article, I will show you how to use Grafana Loki in your local envrionment, a tool that will make your log searching experience much better.
Posts tagged with docker
In this article I will walk through the process of correctly configuring XDebug with PHPStorm and Docker in a Symfony 4 project.
In this article, I will present some cool tools that can be used to test and ensure the quality of your Docker image.
Docker Multi-stage builds is a great way to build smaller Docker images optimized for production use without having things like build tools in the final image. But what about development? You might need these build tools. In this article I will show you how you can have the best of both worlds with the same Dockerfile and Multi-stage builds.