removed unneeded hostname logging

This commit is contained in:
mcguirepr89
2022-02-15 07:43:33 -05:00
parent 3d51633aee
commit 7fe0b500ea
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
journalctl -o short -fu birdnet_analysis -u birdnet_server | sed "s/$(date "+%b %d ")//g"
journalctl --no-hostname -o short -fu birdnet_analysis -u birdnet_server | sed "s/$(date "+%b %d ")//g"