$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marcelo Zimbres Silva (mzimbres_at_[hidden])
Date: 2024-10-25 19:33:07
On Sun, 20 Oct 2024 at 23:53, Seth via Boost <boost_at_[hidden]> wrote:
> On Sun, Oct 20, 2024, at 9:15 PM, Marcelo Zimbres Silva via Boost wrote:
>
> > This is the approach I took in Boost.Redis:
> >
> https://www.boost.org/doc/libs/1_86_0/libs/redis/doc/html/classboost_1_1redis_1_1basic__connection.html#ae548b1dd13ca66eb265d3e5115ebe3e5
>
> Oh cool. I played around with Redis the other day and failed to figure
> this out. Yes, not-logging by default really hurts adoption, at least in my
> case
>
Thanks for the feedback. I agree, logging by default avoids a lot of
frustration for newcomers. I will try to change that for the next release,
see https://github.com/boostorg/redis/issues/219.
Marcelo