On Mi, 06.12.17 04:59, P.R.Dinesh ([email protected]) wrote: > I have a systemd.journal file copied to windows machine. I want to extract > the logs out of the journal file. Do we have a equivalent to journalctl in > windows os or is it possible to cross compile journalctl in windows > platform?
No there is no such tool to my knowledge, and it's not cross-compilable. Windows is completely out of focus for us. Sorry. Consider exporting the journal file first: "journalctl -o json > journal.json " or something like that, and copying the output that generates to Windows instead. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
