-
cargo build
Compiling futures-core-preview v0.3.0-alpha.13
Compiling httparse v1.3.3
Compiling memchr v2.2.0
Compiling num-integer v0.1.39
Compiling serde v1.0.90
Compiling slo…
-
I cannot seem to find any way to do this with slog / sloggers. In log4rs I can do the following:
```
// Logging to log file.
let rolling_appender = match RollingFileAppender::bui…
-
At least for the kafka-daemon it would be nice to have some kind of logging.
IMHO there are three options:
* https://crates.io/crates/env_logger
* https://crates.io/crates/slog
* https://githu…
-
I had to run `cargo kcov --target x86_64-unknown-linux-gnu` to get my [project](https://github.com/Charles-Johnson/zia_programming/commit/9d2f7f1e4fc2f5478fdeb425efbe1a78cbf3b5e3) to compile.
Just …
-
Please include benchmarks for the proposed structured logger `slog`
https://pkg.go.dev/golang.org/x/exp/slog
-
The token server should be ported to rust. This issue will encapsulate the requirements and act as a cornerstone for that effort.
In addition, the token server will probably be rolled into an exist…
-
I'm integrating `slog-mozlog-json` with actix-web, and I realize that I'll duplicate a lot of code from: https://github.com/mozilla-services/megaphone/blob/e8e024574856413f2db7120b51c6f8e0adf42c8d/src…
-
Hi!
Is there a reason that `cmsis_update::install()` for example requires some type with a trait implemented to be passed into it just to configure it and get some progress update?
Why can't this …
-
It makes debugging easier.
Some candidates (chosen via 10 minutes of googling):
* https://github.com/sirupsen/logrus
* :x: Is in maintenance mode, which is not per-se bad but the README does …
-
# Rust
A checklist for people using Rust to develop Firefox services, to be used in addition to the [common checklist](README.md).
* [x] Use [cargo-audit](https://github.com/RustSec/cargo-audit) t…