System.err.println and as per nginx clojure documentation, this should log in nginx/logs/error.log but nothing is getting in there. Please let me know if I need to set some jvm_option to get it to working.
Was anyone able to use logback.xml to log with slf4j in NginxJavaHeaderFilter? Please let me know where the logback.xml was placed.
If there is any other alternative ways to check on logging for nginx clojure for java programs, please let me know
```
public class MyNginxBeginHandler implements NginxJavaRingHandler {
private static final Logger logger = LoggerFactory.getLogger(MyNginxBeginHandler.class);
…
}
```
I don't know exactly what you need to know.