[infinispan-issues] [JBoss JIRA] (ISPN-9190) Make trace logging faster by writing a separate log file for each test
Dan Berindei (JIRA)
issues at jboss.org
Mon May 21 08:45:00 EDT 2018
Dan Berindei created ISPN-9190:
----------------------------------
Summary: Make trace logging faster by writing a separate log file for each test
Key: ISPN-9190
URL: https://issues.jboss.org/browse/ISPN-9190
Project: Infinispan
Issue Type: Enhancement
Components: Build
Affects Versions: 9.3.0.Beta1
Reporter: Dan Berindei
Priority: Minor
Fix For: 9.3.0.CR1
Logging each test to a separate file is cheaper because each test uses a separate appender, so there's no contention. The total size may also be smaller (with {{CompressedFileAppender}}) because the test name is repeated a lot and there isn't so much overlap between different tests.
Most important, keeping only the logs of failed tests becomes much faster.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list