Skip to content

Commit aa1d499

Browse files
committed
increased smoldot log level
1 parent a9e328b commit aa1d499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/authorize_and_store_papi_smoldot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { bulletin } from './.papi/descriptors/dist/index.mjs';
1111

1212
// Constants
1313
const SYNC_WAIT_SEC = 15;
14-
const SMOLDOT_LOG_LEVEL = 3; // 0=off, 1=error, 2=warn, 3=info, 4=debug, 5=trace
14+
const SMOLDOT_LOG_LEVEL = 4; // 0=off, 1=error, 2=warn, 3=info, 4=debug, 5=trace
1515
const HTTP_IPFS_API = 'http://127.0.0.1:8080' // Local IPFS HTTP gateway
1616

1717
/**

0 commit comments

Comments
 (0)