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:
@@ -54,6 +54,8 @@ int main()
|
||||
{
|
||||
printf("=== Tutorial 4: Custom Protocol Handlers ===\n\n");
|
||||
|
||||
setLogLevel(LogLevel::Fatal);
|
||||
|
||||
/// ## Step 1: Create and start two nodes
|
||||
Libp2pModuleOptions optsA, optsB;
|
||||
optsA.addrs = {"/ip4/127.0.0.1/tcp/9290"};
|
||||
|
||||
Reference in New Issue
Block a user