Hi
@alekseev, and welcome! I'm not too familiar with systemd controls, but I think in this case you are just giving it a bad reference... "since tomorrow" are not words that go together in English. This should show you some output:
Code:
journalctl --since yesterday
Or you might see what this will do:
Code:
journalctl --until tomorrow
For more detailed information, see the
man pages with:
Good luck!