mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Feat/logging (#2602)
* wip: Working on something to help * chore: Add in some of the logging now * chore: fix the type to interned instead of id * wip * wip * chore: fix the logging by moving levels * Apply suggestions from code review * mount at machine id for journal * Persistant * limit log size * feat: Actually logging and mounting now * fix: Get the logs from the previous versions of the boot * Chore: Add the boot id --------- Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -70,7 +70,7 @@ fn filter(p: &Path) -> bool {
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct S9pk<S = Section<MultiCursorFile>> {
|
||||
manifest: Manifest,
|
||||
pub manifest: Manifest,
|
||||
manifest_dirty: bool,
|
||||
archive: MerkleArchive<S>,
|
||||
size: Option<u64>,
|
||||
|
||||
Reference in New Issue
Block a user