Replies: 2 comments
-
install.sh deploys birdnet-go as docker container so from journald point of view logs are no longer coming from birdnet-go process but from docker process. There are few ways to follow docker logs.
In this case id is 56ecf2247fd7 Use id to get logs with "docker logs ID -f" command, -f option is follow so logs will print as they come in from birdnet-go
|
Beta Was this translation helpful? Give feedback.
-
Perfect. Thank you. Turns out one of my neighbours was playing music, the vocals were tripping the privacy filter. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I used to use the following command to get an idea of what was going on:
Since using the install script on a new installation this no longer appears to work. Is there a similar command I can use?
The reason I ask is that after setting up my new system I could not get any detections until I disabled the privacy filter. Even though there were no people talking or dogs barking. I would like to debug this.
Beta Was this translation helpful? Give feedback.
All reactions