Skip to content

Commit

Permalink
HSEARCH-4072 Reduce the default level of logs in tests
Browse files Browse the repository at this point in the history
In Elasticsearch integration tests in particular,
each build generates around 700MB of logs because we log every
single request.

Obviously, that's too much.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere authored and fax4ever committed Nov 9, 2020
1 parent 838b408 commit 7961ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@ logger.jboss.level=info

### Search logger
logger.search.name=org.hibernate.search
logger.search.level=trace
logger.search.level=debug

### Elasticsearch logger
logger.elasticsearch.name=org.elasticsearch.client
Expand Down
Expand Up @@ -14,7 +14,7 @@ logger.jboss.level=info

### Search logger
logger.search.name=org.hibernate.search
logger.search.level=trace
logger.search.level=debug

### Elasticsearch logger
logger.elasticsearch.name=org.elasticsearch.client
Expand Down

0 comments on commit 7961ad9

Please sign in to comment.