feat: logs filter (#95)

This commit is contained in:
vladopajic
2026-08-01 20:22:42 +02:00
committed by GitHub
parent ad00876e9d
commit a31c40d65c
29 changed files with 231 additions and 52 deletions
@@ -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"};