Skip to content

Commit

Permalink
Change log level to debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzimbres committed Nov 2, 2024
1 parent 937a029 commit 924b4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/redis/logger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class logger {
*
* @param l Log level.
*/
logger(level l = level::disabled)
logger(level l = level::debug)
: level_{l}
{}

Expand Down

0 comments on commit 924b4d3

Please sign in to comment.