Version 2

    When you run your Arquillian tests using a remote container, you may be confused why you are not seeing your System.out or log statements in the test output. The reason is, your test is not running in the same Java VM as the test runner. See the log or console of the remote container to find your statements.