Update README.md

Added section on accessing more verbose logging.
This commit is contained in:
Kris 2020-10-17 18:17:48 +01:00 committed by GitHub
parent 1a0ba2271c
commit abfe778159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,23 @@ ip route show table local
ip route get 192.0.2.3
```
#### Logs
To enable additional logging run:
```modprobe wireguard
echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control
```
To follow logs:
```dmesg -wH
```
Systems with modern kernel and Safe Boot might require disabling Secure Boot DKMS Signature Verification to allow access to kernel logs.
```mokutil --disable-verification
reboot
```
### Testing
#### Ping Speed