Browse Source

added logfile

pull/131/head
Pascal 3 years ago
parent
commit
832f9b213d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      common.sh

+ 1
- 0
common.sh View File

@@ -21,6 +21,7 @@ log() {

#log here
echo "${log_priority} : ${log_message}"
echo $(date '+%d-%m-%Y %H:%M') "${log_priority} : ${log_message}" >> /var/log/noaa.log
}

## current date and folder structure


Loading…
Cancel
Save