This website works better with JavaScript.
Home
Help
Sign In
hms
/
rasoberry-noaa
mirror of
https://github.com/reynico/raspberry-noaa.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
added logfile
pull/131/head
Pascal
3 years ago
parent
13219030b4
commit
832f9b213d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save