-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
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
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested