tangled
alpha
login
or
join now
bergsoe.net
/
nod
2
fork
atom
Nix Observability Daemon
observability
nix
2
fork
atom
overview
issues
pulls
pipelines
filter SetExpected on daemon logging as well
bergsoe.net
2 weeks ago
beaa7d19
74570aed
+1
-1
1 changed file
expand all
collapse all
unified
split
src
main.rs
+1
-1
src/main.rs
···
421
421
"result" => {
422
422
let res_type = ResultType::from(event.event_type);
423
423
424
424
-
if res_type != ResultType::BuildLogLine && res_type != ResultType::Progress {
424
424
+
if res_type != ResultType::BuildLogLine && res_type != ResultType::Progress && res_type != ResultType::SetExpected {
425
425
info!(
426
426
id = event.id,
427
427
res_type = %res_type,