Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:13
Show Gist options
  • Save ezhov-da/11d01423a1c7b1902dc67613d204dbfc to your computer and use it in GitHub Desktop.
Save ezhov-da/11d01423a1c7b1902dc67613d204dbfc to your computer and use it in GitHub Desktop.
Работа с journalctl
==> https://blog.selectel.ru/upravlenie-loggirovaniem-v-systemd/
$ journalctl ---since yesterday
$ journalctl --since 09:00 --until now
$ journalctl --since 10:00 --until "1 hour ago"
$ journalctl -u nginx.service
$ journalctl -u nginx.service --since yesterday
$ journalctl -u nginx.service -u php-fpm.service —since today
$ journalctl _PID=381
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment