Skip to content

Commit 764bf45

Browse files
committed
[spr] changes to main this commit is based on
Created using spr 1.3.6-beta.1 [skip ci]
1 parent 28bb4b0 commit 764bf45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dev-tools/oxlog/src/lib.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,15 @@ impl Zones {
272272
paths.extra.push(("cockroachdb", dir));
273273
}
274274

275+
// Grab the chrony logs that are not apart of the standard SMF
276+
// logs.
277+
if zone.starts_with("oxz_ntp") {
278+
let mut dir = zones_path.clone();
279+
dir.push(zone);
280+
dir.push("root/var/log/chrony");
281+
paths.extra.push(("ntp", dir));
282+
}
283+
275284
zones.insert(zone.to_string(), paths);
276285
}
277286
}

0 commit comments

Comments
 (0)