Skip to content

Commit

Permalink
Debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Mar 26, 2024
1 parent c8a77d7 commit a406514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ jobs:
echo "$GITHUB_WORKSPACE/hadoop-3.3.6/bin" >> $GITHUB_PATH
- name: Run tests
run: cargo test -p hdfs-native --features integration-test test_erasure_coded -- --nocapture
run: cargo test -p hdfs-native --features integration-test test_erasure_coded_write -- --nocapture
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define the root logger to the system property "hadoop.root.logger".
log4j.rootLogger=INFO,console
log4j.rootLogger=DEBUG,console

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.target=System.err
Expand Down

0 comments on commit a406514

Please sign in to comment.