Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-710

Separated per-test and per-container log files.

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 1.0.0.CR7
    • Base Implementation
    • None

      What's the best way to separate server and client log messages?

      Currently, log messages can either go to the console, and Arquillian "forwards" them to Surefire, which causes mixed client and server messages.
      Or, messages can go to the server log file as usually. Which ends up in tens of megabytes long log files.

      So, either arq can log to an arbitrary file, or Surefire could have support for multiple logs.
      The later won't happen any soon I guess Arq just forwards anything to surefire.

      So, let's say I want to have separated log files in surefire-reports dir:

      • org.jboss.FooBarTestCase-client,
      • org.jboss.FooBarTestCase-server1,
      • org.jboss.FooBarTestCase-server2, ...

      This feature is quite important for large testsuites which produce tons of log messages,
      and even more for multi-node tests.

            Unassigned Unassigned
            ozizka_jira Ondrej Zizka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: