Skip to content

Commit

Permalink
Sync logging with updated soralog (#125)
Browse files Browse the repository at this point in the history
* feature: sync logging
* update: bump hunter version

Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>
  • Loading branch information
xDimon committed Mar 31, 2021
1 parent 45c1f5b commit f610419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Hunter/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(
include(${CMAKE_CURRENT_LIST_DIR}/HunterGate.cmake)

HunterGate(
URL "https://github.com/soramitsu/soramitsu-hunter/archive/v0.23.257-soramitsu4.tar.gz"
SHA1 "8c277ce015d4b4a0a0cc22ef9ba6da5962e4fc0a"
URL "https://github.com/soramitsu/soramitsu-hunter/archive/v0.23.257-soramitsu5.tar.gz"
SHA1 "e95997ef66f531ed294150b10abc775483d94a61"
LOCAL
)
3 changes: 3 additions & 0 deletions test/testutil/prepare_loggers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ namespace testutil {
sinks:
- name: console
type: console
capacity: 4
buffer: 16384
latency: 0
groups:
- name: libp2p
sink: console
Expand Down

0 comments on commit f610419

Please sign in to comment.