bearing / dosenet-raspberrypi

Raspberry Pi specific software for dosimeters.
MIT License
7 stars 21 forks source link

Clean up and add activity logging #13

Closed bplimley closed 8 years ago

bplimley commented 8 years ago
bplimley commented 8 years ago

I think the bash command we want to use for logging is: logger -t dosenet this is where you write a log message

The "-t dosenet" adds a "dosenet" tag to the log line. Include info in the message indicating what DoseNet script it's coming from.

git-pull-reboot.sh logs the git pull and the reboot, but it doesn't check whether the pull was successful, or not.