From 30270bc8e85ca2d7ccf4f1f0bf2babb91983489b Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Wed, 13 Apr 2016 01:13:11 +0200 Subject: [PATCH] sample configuration: add per connection log parameter --- samples/bip.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/bip.conf b/samples/bip.conf index 84b0b4c..ffec9b1 100644 --- a/samples/bip.conf +++ b/samples/bip.conf @@ -186,6 +186,10 @@ user { name = "iiens"; # used by bip only network = "iiens"; # which ircnet to connect to + #log = false; # disable or enable logging and backlogging for + # the current connection. overrides global log + # parameter + # You can define ssl_check_mode here, if you want a different # behavior than the one defined in the parent user {}. #ssl_check_mode = "none";