Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slog-async Error #152

Closed
uvd opened this issue Mar 13, 2019 · 1 comment · Fixed by #222
Closed

slog-async Error #152

uvd opened this issue Mar 13, 2019 · 1 comment · Fixed by #222

Comments

@uvd
Copy link

uvd commented Mar 13, 2019

cargo -Vv
cargo 1.35.0-nightly (95b45eca1 2019-03-06)
release: 1.35.0
commit-hash: 95b45eca19ac785263fed98ecefe540bb47337ac
commit-date: 2019-03-06
#![feature(async_await, futures_api)]
fn main() {
    let mut app = tide::App::new(());
    app.at("/").get(async || "hello");
    app.serve();

    println!("Hello, world!");
}
wrk http://127.0.0.1:8181
Mar 13 09:25:10.880 ERRO slog-async: logger dropped messages due to channel overflow, count: 10
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 8
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 6
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 1
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 11
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 2
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 8
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 4
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 1
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 7
Mar 13 09:25:10.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 11
Mar 13 09:25:10.882 ERRO slog-async: logger dropped messages due to channel overflow, count: 3
Mar 13 09:25:10.882 ERRO slog-async: logger dropped messages due to channel overflow, count: 5
@prasannavl
Copy link
Contributor

@wangtxxl - #8 (comment)

@prasannavl prasannavl mentioned this issue May 15, 2019
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants