Compile_time_purge_matching is ignored in Docker

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 :disappointed: (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

Can you prepare a repository that shows the error?

Or at least your relevant configs (including filenames) and the full Dockerfile as a start?

I will try to prepare the repo, thanks!

1 Like