File tree Expand file tree Collapse file tree
ansible/roles/bash_aliases/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Follows the logfile for a given app_name interpolating the datetime string into the logpath (/var/log/runnable/YYYY/MM/DD/HH/<app _name >.log
1+ # Follows the logfile for a given app_name interpolating the datetime string into the logpath (/var/log/runnable/YYYY/MM/DD/HH/<app _name >.log)
22# Usage: logtail <app _name >
33function logtail() {
44 local app_name="$1"
Original file line number Diff line number Diff line change 1- # Follows the logfile for a given app_name interpolating the datetime string into the logpath (/var/log/runnable/YYYY/MM/DD/HH/<app _name >.log
1+ # Follows the logfile for a given app_name interpolating the datetime string into the logpath (/var/log/runnable/YYYY/MM/DD/HH/<app _name >.log)
22# Usage: logtail <app _name >
33function logtail() {
44 local app_name="$1"
You can’t perform that action at this time.
0 commit comments