Skip to content

Commit

Permalink
Forward log entries to mm_log
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyboyko0791 committed Nov 30, 2020
1 parent e51b7d3 commit ba540b6
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 7 deletions.
129 changes: 128 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions mm2src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[features]
native = [
"hyper", "hyper-rustls", "libc", "tokio"
"hyper", "hyper-rustls", "libc", "tokio"
]

w-bindgen = ["wasm-bindgen", "web-sys"]
Expand All @@ -18,7 +18,7 @@ doctest = false

[dependencies]
arrayref = "0.3"
async-std = {version = "1.5", features = ["unstable"]}
async-std = { version = "1.5", features = ["unstable"] }
atomic = "^0.4.6"
async-trait = "0.1"
backtrace = "0.3"
Expand All @@ -45,8 +45,10 @@ itertools = "0.8"
keys = { git = "https://github.com/artemii235/parity-bitcoin.git" }
lazy_static = "1.2"
libc = { version = "0.2", optional = true }
log = "0.4.8"
log4rs = "0.13"
metrics = "0.12"
metrics-runtime = {version = "0.13", default-features = false, features = ["metrics-observer-prometheus"] }
metrics-runtime = { version = "0.13", default-features = false, features = ["metrics-observer-prometheus"] }
metrics-core = "0.5"
metrics-util = "0.3"
num-bigint = { version = "0.2", features = ["serde", "std"] }
Expand All @@ -72,7 +74,7 @@ winapi = "0.3"
[dependencies.web-sys]
version = "0.3.4"
features = [
'console',
'console',
]
optional = true

Expand Down
Loading

0 comments on commit ba540b6

Please sign in to comment.