Do not print keep alive messages by default.

master
Philippe Pittoli 2024-02-20 23:18:35 +01:00
parent 69add25ec2
commit 988e9324ea
1 changed files with 1 additions and 0 deletions

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