Do not print keep alive messages by default.

This commit is contained in:
Philippe Pittoli 2024-02-20 23:18:35 +01:00
parent 69add25ec2
commit 988e9324ea

View file

@ -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