Skip to content

Commit

Permalink
Enable verbose logging for HaRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Dec 12, 2024
1 parent 134b75f commit eddf7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/hash-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,10 @@ const main = async () => {
}).pipe(
Effect.provide(
RpcClient.connectLayer(
Transport.multiaddr(`/dns/${rpcHost}/tcp/${rpcPort}`),
Transport.multiaddr(`/dns4/${rpcHost}/tcp/${rpcPort}`),
),
),
Logger.withMinimumLogLevel(LogLevel.Info),
Logger.withMinimumLogLevel(LogLevel.Trace),
);

runtime.runCallback(effect, {
Expand Down

0 comments on commit eddf7ff

Please sign in to comment.