mirror of
https://github.com/logos-co/logos-libp2p-module.git
synced 2026-08-31 01:41:12 +00:00
feat: logs filter (#95)
This commit is contained in:
@@ -35,6 +35,8 @@ int main()
|
||||
{
|
||||
printf("=== Tutorial 8: GossipSub - Event Callback Messages ===\n\n");
|
||||
|
||||
setLogLevel(LogLevel::Fatal);
|
||||
|
||||
/// ## Step 1: Create two nodes with GossipSub enabled
|
||||
Libp2pModuleOptions optsA, optsB;
|
||||
optsA.addrs = {"/ip4/127.0.0.1/tcp/9600"};
|
||||
|
||||
Reference in New Issue
Block a user