mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:44:12 +08:00
mdbx-test: less detailed logging for Windows to avoid test-timeout.
Change-Id: I66e66e3a5c589106fe58dda554491890e0a22011
This commit is contained in:
parent
a644c50307
commit
5420a3b2fb
@ -25,10 +25,8 @@ void __noreturn usage(void) {
|
||||
void actor_params::set_defaults(const std::string &tmpdir) {
|
||||
pathname_log = "";
|
||||
loglevel =
|
||||
#ifdef NDEBUG
|
||||
#if defined(NDEBUG) || defined(_WIN32) || defined(_WIN64)
|
||||
logging::verbose;
|
||||
#elif defined(_WIN32) || defined(_WIN64)
|
||||
logging::debug;
|
||||
#else
|
||||
logging::trace;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user