I struggled the last couple of days configuring logger
to improve my debugging experience. (See here.)
Using compile_time_purge_matching
helped me a lot by cleaning up the logging output, however I can’t get it to work inside of Docker (which I use mainly for development). The proper config is available inside the container and the following lines are in my Dockerfile:
RUN mix deps.compile --force eventstore commanded
RUN mix compile