issues
search
Geal
/
rust-syslog
Send syslog messages from Rust
MIT License
110
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: tidy build and readme
#93
tisonkun
opened
1 month ago
0
V7.
#92
igiona
opened
1 month ago
0
Use a feature to replace time with chrono
#91
MatheoDumont
opened
2 months ago
0
fix !unix builds
#90
babnskidata
opened
3 months ago
1
Fix flaky tests
#89
Geal
closed
3 months ago
1
set up code coverage
#88
Geal
closed
3 months ago
1
set up github actions
#87
Geal
closed
3 months ago
0
remove error-chain
#86
Geal
closed
3 months ago
0
fix formatter for 5424
#85
neuronull
closed
5 months ago
0
fix(log): add log filtering
#84
igiona
closed
3 months ago
1
Add standard syslog facility
#83
udyvish
closed
3 months ago
1
feat: support message ids as strings
#82
ctrlaltf24
opened
6 months ago
0
fix: escape structured data and enforce micro precision per rfc5424
#81
ctrlaltf24
closed
6 months ago
0
Don't set hostname with the UNIX socket backend
#80
gkurz
closed
6 months ago
10
syslog is not prepared to deal with ENOBUFS
#79
he32
opened
11 months ago
1
Is there a way to use this crate from log4rs?
#78
kwinz
opened
1 year ago
0
Add TLS support among other features
#77
JonathanBrouwer
opened
1 year ago
0
UDP syslog example
#76
khumps
opened
1 year ago
2
Replace error-chain with thiserror
#75
Lencerf
closed
3 months ago
1
RFC5424 specifies MSGID as a string (not a number)
#74
ChezBunch
opened
1 year ago
1
Invalid timestamp format for RFC 5424
#73
cipriancraciun
closed
6 months ago
1
can you help me get this to work on ESP32?
#72
thomas725
opened
1 year ago
0
Make possible to customize filtering of messages according to crates
#71
Dushistov
opened
2 years ago
0
flush Tcp and UnixStream sockets after every message
#70
Roguelazer
closed
3 months ago
2
stream logs never get flushed
#69
Roguelazer
closed
3 months ago
4
Making `err()`, `notice()` &c take a `&mut self` (on Logger) is inconvenient
#68
sp1ff
opened
2 years ago
0
Please consider make crate description more informative
#67
nospam3089
closed
3 months ago
2
Missing changelog
#66
Natureshadow
opened
2 years ago
0
Make errors Send + Sync
#65
daviessm
closed
3 months ago
1
Added freebsd syslog socket path.
#64
bheylin
closed
1 year ago
1
issues on sending logs to tcp
#63
sify21
closed
3 months ago
3
Make formatter5424 deterministic for strutured data serialization
#62
dgouarin
closed
3 months ago
1
Where is version 6.0.0?
#61
nyuichi
closed
2 years ago
2
Formatter5424 is not compliant with the RFC
#60
dgouarin
closed
2 years ago
1
EPROTOTYPE is not constant between platforms
#59
oherrala
closed
2 years ago
1
How to set the log to respect log-specification?
#58
abclmnoxyz
closed
2 years ago
1
Upgrade to 0.3 of the `time` crate
#57
jszwedko
closed
2 years ago
7
`time` crate dependency has vulnerability `RUSTSEC-2020-0071`
#56
jszwedko
closed
2 years ago
0
Specify minimal dependency versions
#55
glts
closed
2 years ago
1
Fail gracefully when nothing to connect to
#54
edneville
closed
2 years ago
1
Add check for global filtering levels in Log::enabled() impl
#53
inejge
closed
2 years ago
1
feat: move Logger properties to public
#52
Arfey
closed
2 years ago
1
Implement `Default` for formatters and `Facility`; get hostname automatically
#51
argv-minus-one
closed
2 years ago
1
format and lint
#50
urandom2
closed
2 years ago
1
src/format: use u32 and std::process::id not libc::getpid
#49
urandom2
closed
2 years ago
2
src/format: use chrono not time
#48
urandom2
closed
3 months ago
4
Fix RFC 5424 Format
#47
mikevinmike
closed
2 years ago
2
Formatter*::pid takes i32, but std::process::id returns u32
#46
jac-leadnav
closed
2 years ago
1
Documentation: Please provide an example on how to make it work with the log crate
#45
axos88
closed
5 years ago
3
Fix and add example for RFC5424 formatter
#44
lukesteensen
closed
5 years ago
1
Next