Skip to content

Commit

Permalink
HBASE-29077 Redirect spark-connector-it logs to file by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Jan 13, 2025
1 parent abf69b1 commit 0cccf41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spark/hbase-spark-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
<!-- To Run Tests with a particular Xmx Value use -Dfailsafe.Xmx=XXXg -->
<failsafe.Xmx>4g</failsafe.Xmx>
<!-- To run a single integration test, use -Dit.test=IntegrationTestXXX -->
<!-- Default to redirecting test logs -->
<test.output.tofile>true</test.output.tofile>
</properties>

<dependencies>
Expand Down

0 comments on commit 0cccf41

Please sign in to comment.