Skip to content

Commit

Permalink
fixes for problems discovered in main (#6248)
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte authored Dec 6, 2023
1 parent 8b1972f commit 1774b4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion besu/src/test/java/org/hyperledger/besu/PrivacyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class PrivacyTest {

private final Vertx vertx = Vertx.vertx();

@TempDir private static Path dataDir;
@TempDir private Path dataDir;

@AfterEach
public void cleanUp() {
Expand Down
2 changes: 0 additions & 2 deletions docker/openjdk-17-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ ENV BESU_GRAPHQL_HTTP_HOST 0.0.0.0
ENV BESU_METRICS_HOST 0.0.0.0
ENV BESU_JMX_HOST 0.0.0.0
ENV BESU_PID_PATH "/tmp/pid"
ENV BESU_HOST_ALLOWLIST "*"

#debug options for maximum observability
ENV BESU_LOGGING "INFO"
ENV BESU_RPC_HTTP_API "ETH,NET,TRACE,DEBUG,ADMIN,TXPOOL"
ENV JDWP_OPTS "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
ENV JAVA_OPTS "${JDWP_OPTS} "

Expand Down

0 comments on commit 1774b4e

Please sign in to comment.