You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
271 B

  1. #!/usr/bin/env bash
  2. export RAILS_ENV=production
  3. export SECRET_KEY_BASE=42
  4. export SEMANTIC_LOGGER_APP=egr
  5. # TODO: current user belong to `adm` group
  6. journalctl --all -o short --no-hostname -t $SEMANTIC_LOGGER_APP -f
  7. # journalctl --all -o cat -t $SEMANTIC_LOGGER_APP -f