gdcorp-commerce/postman-runner

Logging

sheldon-sminq opened this issue · 1 comments

We use vertx that has its own Logger, when i run the tests i cannot see any of the logs from postman runner on my console.

Postman runner uses SL4J how do i get these logs to appear on the console?

vchau commented

Hi @sheldon-sminq, normally, you'll want to create the corresponding logging libraries you're using in your environment. SLF4J will bind to the logging library you have in your runtime. If your logging config is set to log to console, then you will see it. For example if you use logback, you'll need to configure a logback.xml file and define a ConsoleAppender in your config.