I would like a way to remove the source file from the output in the console. While helpful for debugging, showing the full path and source file in production potentially opens you up to Full Path Disclosure vulnerabilities.
One way to do this would be to allow broader control over formatting in general like suggested in #13. Another would be a simple bool toggle inside the WASMLayerConfig.
I'll be raising a PR shortly doing the second implementation, since it's a lot easier 😉