mirror of https://gitee.com/bigwinds/arangodb
changed default
This commit is contained in:
parent
25882a3cd0
commit
2ac556d0f1
|
@ -224,7 +224,7 @@ static sig_atomic_t IsWarning = 1;
|
||||||
/// @brief log info messages
|
/// @brief log info messages
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
static sig_atomic_t IsInfo = 1;
|
static sig_atomic_t IsInfo = 0;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief log debug messages
|
/// @brief log debug messages
|
||||||
|
@ -242,13 +242,13 @@ static sig_atomic_t IsTrace = 0;
|
||||||
/// @brief show line numbers, debug and trace always show the line numbers
|
/// @brief show line numbers, debug and trace always show the line numbers
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
static sig_atomic_t ShowLineNumber = 1;
|
static sig_atomic_t ShowLineNumber = 0;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief show function names
|
/// @brief show function names
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
static sig_atomic_t ShowFunction = 1;
|
static sig_atomic_t ShowFunction = 0;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief show thread identifier
|
/// @brief show thread identifier
|
||||||
|
|
Loading…
Reference in New Issue