Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Why not just upload /var/log/journal? Or otherwise all of it? #65

Open
euank opened this issue Mar 29, 2017 · 0 comments
Open

Why not just upload /var/log/journal? Or otherwise all of it? #65

euank opened this issue Mar 29, 2017 · 0 comments

Comments

@euank
Copy link
Contributor

euank commented Mar 29, 2017

Right now, part of the journal is collected, but not all of it, and it's collected in a lossy exported format.

There are two options to make it less lossy, and both are still fairly usable.

If the entire /var/log/journal directory is uploaded, then the person who's analyzing the mayday archive can use journalctl --dir exported/var/log/journal and then add their own filters (e.g. -u docker) and so on.

The other option is to use the --output=export format option.
If mayday runs journalctl -a -m --output=export and provides the output from that, the person analyzing it can then load it in and work with it. In theory anyways, in reality the journald-journal-remote command is picky so it's a little tricky to do, but nothing linux containers can't help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant