Skip to content

Logs to USB feature #17

@rgaudin

Description

@rgaudin

In order to better assist users in case of issue, having an easy access to startup logs would be very handy.

One way to do this is for the user to insert an USB disk into the machine. Those logs would then be copied as a text file on it.

There are several limitations/questions:

  • that requires a lot of things to work that a broken system might not provide: udev, mount, vfat, exfat, ntfs (so a clear usb)
  • how would that work?
    • On insertion? Then we know we can mount/write/umount safely bnut requires somewhat working.
    • Inserted before booting? then when do we umount?
  • what logs would be concerned by this? We don't store logs on disk so we mostly have access to boot+systemd from the current run
  • we do store docker (apps) logs but only a limited amount
  • we do store metrics data

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions