stegal-bh commented on issue #1662:
URL: https://github.com/apache/plc4x/issues/1662#issuecomment-2165913671
Hi @hutcheb, I have found the problem.
I added **slf4j-simple** as dependency and
```
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.13</version>
</dependency>
```
and uncommented `dir: "./security"` in yml config file and now it's working
fine.
thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]