issues
search
slog-rs
/
slog
Structured, contextual, extensible, composable logging for Rust
https://slog.rs/
Apache License 2.0
1.58k
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Slog does not honor `#[track_caller]`
#342
ppershing
opened
1 month ago
0
`slog::Serializer::emit_serde` refers to crate feature `serde`
#341
larswirzenius
opened
1 month ago
0
ci: Check for rustdoc warnings
#340
Techcable
opened
2 months ago
0
ci: Use auguwu/clippy-action@1.4.0 to run clippy
#339
Techcable
closed
2 months ago
1
CI: Make clippy warnings trigger warnings instead of failures
#338
Techcable
closed
2 months ago
2
Avoid new lints in 1.81.0
#337
Techcable
closed
2 months ago
2
Improve docs for `slog::Value` trait
#336
Techcable
closed
2 months ago
0
slog::Value doc says "Types that implement this type", should say "this trait_
#335
larswirzenius
closed
2 months ago
1
`Logger::root_typed` requires doc_hidden elements to be passed around
#334
adri326
opened
6 months ago
2
Allow setting custom process name for slog-syslog crate
#333
denis-fiedler-ebee
opened
7 months ago
0
feat: Add `flush` method on `Drain` trait
#332
gabyx
opened
8 months ago
3
Give warnings when using old `slog_` prefixed macros (ex. `slog_log`)
#331
Techcable
opened
10 months ago
0
Bump version to 2.8.0-beta.2
#330
Techcable
closed
10 months ago
0
Add support for `dyn Error` references
#329
demurgos
opened
10 months ago
2
Support `ErrorRef` in `#` error formatter
#328
demurgos
closed
10 months ago
2
Add `ErrorRef` wrapper
#327
demurgos
closed
10 months ago
2
Serde struct not available
#325
Paul-E
closed
1 year ago
1
slog-json only outputs level in short form
#324
joacohoyos
closed
1 year ago
2
ci: Add shared cache of registry info and sources
#323
Techcable
closed
1 year ago
1
Fix inconsistent 'long' name for Level::Warning
#322
Techcable
closed
1 year ago
0
Improve CI, requring all feature combos to succeed along with clippy
#321
Techcable
closed
1 year ago
1
puzzling apparent conflict between slog, env_logger
#320
jonathanstrong
closed
1 year ago
3
Replace `atty` dependency in `slog-term` due to RUSTSEC-2021-0145
#319
willbuckner
closed
1 year ago
5
Print each actix web reqest info
#317
alloc33
closed
2 years ago
1
Panic on logger trace level if feature disabled
#316
andrewbaxter
opened
2 years ago
2
Macro formatting
#315
andrewbaxter
closed
1 year ago
5
Feature Request: thread_id
#312
breezewish
closed
2 years ago
1
Is there a way to not pass Logger to every function
#311
NiiightmareXD
closed
2 years ago
1
fix some typos
#310
cuishuang
closed
2 years ago
0
bug report: slog-stdlog depends log::__private_api_log and slog-stdlog break with log v0.4.15
#309
Sherlock-Holo
closed
2 years ago
6
slog-json: Reconsider `now_local` for default `ts` field?
#308
jyn514
closed
2 years ago
1
Possible to add another drain to an existing root logger?
#306
smahm006
closed
2 years ago
1
slog-term changelog missing 2.8.1?
#305
davepacheco
closed
2 years ago
1
No trace logs being output using slog_envlogger drain
#303
sbreatnach
closed
2 years ago
3
Use a single trait def for every feature combination, fixing all the broken tests
#301
Techcable
closed
2 years ago
2
Test more crate feature combinations
#300
dpc
closed
2 years ago
1
Consider opening Github Discussions
#298
Techcable
closed
2 years ago
2
Run `cargo fmt`
#297
Techcable
closed
2 years ago
3
Explicitly document the minimum supported rust version (MSRV)
#296
Techcable
closed
2 years ago
1
Switch to github actions
#295
Techcable
closed
2 years ago
7
travis-ci.org has shutdown
#294
panicbit
closed
2 years ago
6
Fix typo
#293
adrianheine
closed
2 years ago
1
Add `Value` implementation for `std::borrow::Cow`
#292
Flowneee
closed
2 years ago
2
Compatibility hazard with Key
#291
Kixunil
opened
3 years ago
6
[Merged] Add `emit_bytes` method.
#290
Kixunil
closed
1 year ago
9
Macro key-value `"err" => #e` syntax only works as the last argument
#289
lilyball
closed
3 years ago
4
ErrorValue requires the wrapped error to be 'static
#288
lilyball
closed
10 months ago
5
[Feature] notice log level
#287
tetraf
closed
2 years ago
1
Added a wrapper type to make it easier to log values that implement serde::Serialize
#286
dcormier
closed
2 years ago
1
Trying to build a JSON logger without async
#285
dcormier
closed
3 years ago
2
Next