2 Replies Latest reply on May 15, 2014 8:59 AM by trohovsky

    Obtaining of the server log during test method execution

    trohovsky

      I would like to obtain the server log during test method execution. It would be good to obtain only messages logged after the beginning of the method and before the end of the method. It would be useful for me because then I can assert that something had happend based on presence/absence of the logged message. What do you think about implementation of this feature in Arquillian? Is it possible to redirect server logging during test execution right now (Jboss AS/EAP)? aslak