Alter debugging levels through control socket
This commit is contained in:
parent
1065879c8c
commit
a62a6825a8
7 changed files with 41 additions and 30 deletions
|
@ -1565,10 +1565,6 @@ Partially rereads configuration files.
|
|||
Connections to hosts whose host config file are removed are closed.
|
||||
New outgoing connections specified in @file{tinc.conf} will be made.
|
||||
|
||||
@item INT
|
||||
Temporarily increases debug level to 5.
|
||||
Send this signal again to revert to the original level.
|
||||
|
||||
@end table
|
||||
|
||||
@c ==================================================================
|
||||
|
@ -1854,6 +1850,9 @@ Dump a graph of the VPN in dotty format.
|
|||
@item purge
|
||||
Purges all information remembered about unreachable nodes.
|
||||
|
||||
@item debug @var{level}
|
||||
Sets debug level to @var{level}.
|
||||
|
||||
@end table
|
||||
|
||||
|
||||
|
|
|
@ -78,6 +78,9 @@ Dump a graph of the VPN in
|
|||
format.
|
||||
.It purge
|
||||
Purges all information remembered about unreachable nodes.
|
||||
.It debug Ar N
|
||||
Sets debug level to
|
||||
.Ar N .
|
||||
.El
|
||||
.Sh BUGS
|
||||
The "start", "restart", and "reload" commands are not yet implemented.
|
||||
|
|
|
@ -95,9 +95,6 @@ Connections to hosts whose host config file are removed are closed.
|
|||
New outgoing connections specified in
|
||||
.Pa tinc.conf
|
||||
will be made.
|
||||
.It INT
|
||||
Temporarily increases debug level to 5.
|
||||
Send this signal again to revert to the original level.
|
||||
.El
|
||||
.Sh DEBUG LEVELS
|
||||
The tinc daemon can send a lot of messages to the syslog.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue