#!/usr/bin/env bash

export RAILS_ENV=production
export SECRET_KEY_BASE=42
export SEMANTIC_LOGGER_APP=egr

# TODO: current user belong to `adm` group

journalctl --all -o short --no-hostname -t $SEMANTIC_LOGGER_APP -f
# journalctl --all -o cat -t $SEMANTIC_LOGGER_APP -f
