We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e328b commit aa1d499Copy full SHA for aa1d499
examples/authorize_and_store_papi_smoldot.js
@@ -11,7 +11,7 @@ import { bulletin } from './.papi/descriptors/dist/index.mjs';
11
12
// Constants
13
const SYNC_WAIT_SEC = 15;
14
-const SMOLDOT_LOG_LEVEL = 3; // 0=off, 1=error, 2=warn, 3=info, 4=debug, 5=trace
+const SMOLDOT_LOG_LEVEL = 4; // 0=off, 1=error, 2=warn, 3=info, 4=debug, 5=trace
15
const HTTP_IPFS_API = 'http://127.0.0.1:8080' // Local IPFS HTTP gateway
16
17
/**
0 commit comments