Do not print keep alive messages by default.
This commit is contained in:
parent
69add25ec2
commit
988e9324ea
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ class Baguette::Configuration
|
|||
property print_ipc_switch : Bool = false
|
||||
property print_ipc_error : Bool = true
|
||||
property print_ipc_exception : Bool = true
|
||||
property print_keepalive : Bool = false
|
||||
|
||||
property verbosity : Int32 = 4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue