X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=976f691a91bf2835157cae071ef15c90b4d01361;hb=748363b235c4651b3992cc291a95dc2e18e45724;hp=29060306b9e4cc97798d0d59eafc79fdaf1d0102;hpb=7a4d13b962b9cd20e2e0bad0753a9bb1ca3219c4;p=senf.git diff --git a/config.hh b/config.hh index 2906030..976f691 100644 --- a/config.hh +++ b/config.hh @@ -73,9 +73,17 @@ # ifndef SENF_DEBUG # define SENF_SENFLOG_LIMIT senf::log::IMPORTANT # else -# define SENF_SENFLOG_LIMIT senf::log::VERBOSE +# define SENF_SENFLOG_LIMIT senf::log::NOTICE # endif # endif +# +# ifndef SENF_DEBUG_BACKTRACE_NUMCALLERS +# define SENF_DEBUG_BACKTRACE_NUMCALLERS 64 +# endif +# +# ifndef SENF_CONSOLE_MAX_COMMAND_ARITY +# define SENF_CONSOLE_MAX_COMMAND_ARITY 6 +# endif # # ///////////////////////////////hh.e//////////////////////////////////////// # endif