Skip to content
Snippets Groups Projects
Commit b214da51 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[!] Hide dag and ledger logs in [dag] debug_more; and [ledger] debug_more; params in config

parent 76d4510d
No related branches found
No related tags found
No related merge requests found
Pipeline #7017 passed with stages
in 6 minutes and 53 seconds
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 1)
SET( CPACK_PACKAGE_VERSION_PATCH 94)
SET( CPACK_PACKAGE_VERSION_PATCH 95)
#
# init CellFrame SDK
......
Subproject commit 573608d537a7d67b89e16b176a1cde4ef07c3a7c
Subproject commit 842fb2caa144acbff93410b523c824bc2d295749
......@@ -15,7 +15,14 @@ debug_chain_sync=false
# Auto bring up links and sync everything over them
auto_online={AUTO_ONLINE}
# Console
# Ledger defaults
[ledger]
# More debug output
debug_more=false
[dag]
# More debug output
debug_more=false
# Server part
[server]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment