Move file_loader logging to DEBUG by default.

This commit is contained in:
levlam 2023-05-31 14:44:17 +03:00
parent 1ff0e66eb0
commit 0ebc404ec5

View File

@ -26,7 +26,7 @@
namespace td {
int VERBOSITY_NAME(file_loader) = VERBOSITY_NAME(DEBUG) + 2;
int VERBOSITY_NAME(file_loader) = VERBOSITY_NAME(DEBUG);
namespace {