imochurad
imochurad
@tatey how do you parse a log drain?
Output to `System.err` is being made by Logback logger. `LOGGER.error("blah")`
The approach you are suggesting is not robust. I have investigated GitHub repo of logback capturing appender, that appender, in order, to capture logging statements, have to have access to...
I am seeing the same problem, endpoint is not being picked up from my SQS config: ``` cloud: aws: endpoint: http://localhost:4566 region: auto: false static: us-east-2 stack: auto: false credentials:...