Logging level selection via GUI

Suggest improvements and new features for Gargoyle.

Moderator: Moderators

Post Reply
Chrushev
Posts: 21
Joined: Wed Jan 03, 2018 6:13 pm

Logging level selection via GUI

Post by Chrushev »

My logs are getting spammed with WPA: group key handshake completed (RSN) messages. It would be nice if there was a GUI option to reduce debug messages so that logs can get only criticals.

d3fz
Posts: 277
Joined: Sun Aug 28, 2016 7:34 pm

Re: Logging level selection via GUI

Post by d3fz »

Have you already found a solution to your question?

You can easily do that by issuing a few commands through SSH:

Code: Select all

uci set system.system.conloglevel='4'
uci commit
Where
OpenWRT Wiki wrote: Number between 1-8. The maximum log level for kernel messages to be logged to the console. Only messages with a level lower than this will be printed to the console. Higher level messages have lower log level number. Highest level messages are ones with log level 0. If you want more verbous messages in console put conloglevel to 8 if you want less messages lower conloglevel to 4 or even less.
See what loglevel number fits your needs. OpenWRT/Gargoyle's default is set to 7 I believe.
TP-Link Archer C7 v2 - Gargoyle 1.12.X
TP-Link WR842ND v2 - Gargoyle 1.10.X
TP-Link RE450 AC v2 - Stock FW 1.0.4
TP-Link WA850RE v1.2 - LEDE 17.01.1

Post Reply