110 lines
18 KiB
Plaintext

2026-03-01 04:40:32.638 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-01 04:40:32.640 DEBUG [tests.conftest] Running test: test_sync_flags_no_relay_2nodes with id: 2026-03-01_04-40-32__101d5878-a279-4a10-8b2f-38a9ec105de4
2026-03-01 04:40:32.640 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-01 04:40:32.650 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:40:32.650 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-40-32__101d5878-a279-4a10-8b2f-38a9ec105de4__wakuorg_nwaku:latest.log
2026-03-01 04:40:32.659 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:40:32.660 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-40-32__101d5878-a279-4a10-8b2f-38a9ec105de4__wakuorg_nwaku:latest.log
2026-03-01 04:40:32.668 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:40:32.668 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-01_04-40-32__101d5878-a279-4a10-8b2f-38a9ec105de4__wakuorg_nwaku:latest.log
2026-03-01 04:40:32.668 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-01 04:40:32.669 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:40:32.669 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:40:32.671 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:40:32.671 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.255
2026-03-01 04:40:32.671 DEBUG [src.node.docker_mananger] Generated ports ['5882', '5883', '5884', '5885', '5886']
2026-03-01 04:40:32.672 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:40:32.672 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:40:32.672 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:40:32.672 DEBUG [src.node.docker_mananger] docker run -i -t -p 5882:5882 -p 5883:5883 -p 5884:5884 -p 5885:5885 -p 5886:5886 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5884 --rest-port=5882 --tcp-port=5883 --discv5-udp-port=5885 --rest-address=0.0.0.0 --nat=extip:172.18.28.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2a0aff229d48cedecd509138bdb87acf08cedfdffbbf057e3436ac8eb240a1a0 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5886 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
2026-03-01 04:40:32.836 ERROR [src.node.docker_mananger] Max retries reached for container 0c765a3db12d. Exiting log stream.
2026-03-01 04:40:32.879 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.255 waku 1c1ab4d9ee67717433a3caed143391beef6b468b25a88c57e5293fcf4915778d
2026-03-01 04:40:32.919 DEBUG [src.node.docker_mananger] Container started with ID 1c1ab4d9ee67. Setting up logs at ./log/docker/node1_2026-03-01_04-40-32__101d5878-a279-4a10-8b2f-38a9ec105de4__wakuorg_nwaku:latest.log
2026-03-01 04:40:32.921 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5882
2026-03-01 04:40:32.923 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:40:33.474 ERROR [src.node.docker_mananger] Max retries reached for container 3e1af094b345. Exiting log stream.
2026-03-01 04:40:33.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5882/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:40:33.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-01 04:40:33.927 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:40:33.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5882/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:40:33.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.255/tcp/5883/p2p/16Uiu2HAmCt5VEG3x7y78SBRnM8mKNw3vGtwktYb8tcNvBwbafzsw","/ip4/172.18.28.255/tcp/5884/ws/p2p/16Uiu2HAmCt5VEG3x7y78SBRnM8mKNw3vGtwktYb8tcNvBwbafzsw"],"enrUri":"enr:-L24QGUqcL_58cIrgrxgi0XOBTXiaVrYtucBxLK1JtBuyn5OPQPb1HPDzGQpxx37iVUp_AW8YQv9Ai0BR--5yf78icsCgmlkgnY0gmlwhKwSHP-KbXVsdGlhZGRyc5YACASsEhz_Bhb7AAoErBIc_wYW_N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDA1pb22k9gfwZTi7NNvacDeNPZigvCRgZMSDong7M7k6DdGNwghb7g3VkcIIW_YV3YWt1MhM"}'
2026-03-01 04:40:33.930 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:40:33.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-01 04:40:33.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:33.949 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:40:33.949 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:40:33.951 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:40:33.951 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.0.19
2026-03-01 04:40:33.951 DEBUG [src.node.docker_mananger] Generated ports ['25138', '25139', '25140', '25141', '25142']
2026-03-01 04:40:33.952 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:40:33.952 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:40:33.952 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:40:33.952 DEBUG [src.node.docker_mananger] docker run -i -t -p 25138:25138 -p 25139:25139 -p 25140:25140 -p 25141:25141 -p 25142:25142 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25140 --rest-port=25138 --tcp-port=25139 --discv5-udp-port=25141 --rest-address=0.0.0.0 --nat=extip:172.18.0.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4bd623b6fa30aaacfdf8f85cfab9b18264afe1bdf814b1f8e8b19b797442efd0 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25142 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QGUqcL_58cIrgrxgi0XOBTXiaVrYtucBxLK1JtBuyn5OPQPb1HPDzGQpxx37iVUp_AW8YQv9Ai0BR--5yf78icsCgmlkgnY0gmlwhKwSHP-KbXVsdGlhZGRyc5YACASsEhz_Bhb7AAoErBIc_wYW_N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDA1pb22k9gfwZTi7NNvacDeNPZigvCRgZMSDong7M7k6DdGNwghb7g3VkcIIW_YV3YWt1MhM
2026-03-01 04:40:34.164 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.0.19 waku dce9c6a2f1e69d820db77eab4eb7f7a5492671b860aa4cd273ddfadc34d56561
2026-03-01 04:40:34.203 DEBUG [src.node.docker_mananger] Container started with ID dce9c6a2f1e6. Setting up logs at ./log/docker/node2_2026-03-01_04-40-32__101d5878-a279-4a10-8b2f-38a9ec105de4__wakuorg_nwaku:latest.log
2026-03-01 04:40:34.203 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25138
2026-03-01 04:40:34.203 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:40:35.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25138/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:40:35.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-01 04:40:35.207 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:40:35.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25138/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:40:35.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.0.19/tcp/25139/p2p/16Uiu2HAm7Mf8zxPvTVa4tbRV6Hz3YBnYm7tt9c3zX2J3o9a5ndWk","/ip4/172.18.0.19/tcp/25140/ws/p2p/16Uiu2HAm7Mf8zxPvTVa4tbRV6Hz3YBnYm7tt9c3zX2J3o9a5ndWk"],"enrUri":"enr:-L24QNEQL_yo_Gga66mZ27o7P5UEfp3IdjxXn0XOpC2HSLE0HNEFIVppJnDgN_yXQAHLBNVLMR8tje5_gpttcVFOndkCgmlkgnY0gmlwhKwSABOKbXVsdGlhZGRyc5YACASsEgATBmIzAAoErBIAEwZiNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECsUT3-d-Sk3gm51E-x1mL1maZ-Zauwd3QPP8_yF_Ni7WDdGNwgmIzg3VkcIJiNYV3YWt1MhI"}'
2026-03-01 04:40:35.211 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:40:35.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25138/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.28.255/tcp/5883/p2p/16Uiu2HAmCt5VEG3x7y78SBRnM8mKNw3vGtwktYb8tcNvBwbafzsw"]'
2026-03-01 04:40:35.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:35.254 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:40:36.256 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:36.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:36.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:36.261 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:36.462 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:36.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:36.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:36.467 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:36.667 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:36.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:36.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:36.672 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:36.873 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:36.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:36.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:36.878 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:37.079 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:37.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:37.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:37.084 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:37.285 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:37.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:37.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:37.292 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:37.493 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:37.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:37.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:37.497 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:37.698 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:37.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:37.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:37.703 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:37.904 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:37.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:37.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:37.908 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:38.109 DEBUG [src.steps.store] Relaying message
2026-03-01 04:40:38.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-01 04:40:38.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:40:38.114 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:40:38.314 DEBUG [src.libs.common] Sleeping for 20 seconds
2026-03-01 04:40:58.315 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-01 04:40:58.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25138/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:40:58.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf73be05fd7a4c51fa4512039c885f6a0b9af1eba68c0d9ba0aefa300501e22ab"},{"messageHash":"0x4bc4945f61a389517ef81a05f5da7ff68d44c61566feb821445fd8662897d6a6"},{"messageHash":"0x7230b18b49651737aee76715162c92adb52031de58408fe0cd9dbe3364ad87b7"},{"messageHash":"0xcb790fc98deb49413ce4104552e91da5ccb643fe2af9bc6abe9f1451b542477d"},{"messageHash":"0x59fc526aedbdb4d9da065b82be36212eea2ea5176ea0f16f2af3412739c44867"},{"messageHash":"0xe457539137d0be3de8c7c2746a378446329a97fa4be3cb72b3cdfc35c89828d3"},{"messageHash":"0x7581045ab4c8ecd5f12d2f8c849d04c2908f5906a9dac192323ddc1c65e50e46"},{"messageHash":"0xc3a448e5b07335cbefeec47008db1841f2220e20f8dca2280ed023406556fd98"},{"messageHash":"0xdcfd22bb12eb20787cc1845de89444656efba183d90dc194f4da5faa663ffb82"},{"messageHash":"0xd159c1c8a147bcc35ec0a76e78f3f6f1a773d82597794804d3c3470a81f6f748"}]}'
2026-03-01 04:40:58.319 DEBUG [src.steps.store] messages length is 10
2026-03-01 04:40:58.322 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-01 04:40:58.323 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-01 04:40:58.323 DEBUG [src.node.waku_node] Stopping container with id 1c1ab4d9ee67
2026-03-01 04:40:58.931 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:40:58.933 DEBUG [src.node.waku_node] Stopping container with id dce9c6a2f1e6
2026-03-01 04:40:59.545 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:40:59.546 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-01 04:40:59.577 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-01 04:40:59.591 DEBUG [src.node.docker_mananger] No errors found in the waku logs.