Wireguard log messages

Wireguard log messages
wggggggg.PNG
wggg.png

1 Like

You have really good logging!

What happened??
Please help if there is any problem or issue

I’m experiencing same logging spam since version 7.14

Oh my bad I thought you were showing off your excellent logging. ( also there was no request, comment, question, I dont answer pictures )
If you download new software the first things you should do is read the thread on the new software as users will report issues there.
Have a read, http://forum.mikrotik.com/t/v7-14-3-stable-is-released/174007/1

Yes I have read
“in 7.14 they optimised and improved wireguard service logging”

my log is always full with iwireguard.
how I can stop this type of messages in logs
wg.PNG

I only want to log new VPN connections, maybe disconnects. What’s the best way now with version 7.19.2?

There doesn’t seem to be lots of wireguard logging now.
You could perhaps use the regex option in the logging and choose everything that doesn’t contain keepalive. (or maybe does contain handshake)
Also perhaps enable logging on the input rule that allows the wireguard packets.

1 Like

Excellent, this worked for connects and disconnects:

/system logging
add regex=“WG1.*Receiving handshake initiation from peer” topics=wireguard
add regex=“Handshake for peer did not complete after.*giving up” topics=wireguard