emence
(Mark Lins)
October 29, 2019, 6:43am
1
In the appdaemon.yaml I redirected the logfile
log:
logfile: /config/appdaemon/logs/appdaemon.log
errorfile: /config/appdaemon/logs/error.log
I want to change it back to
log:
logfile: STDOUT
errorfile: /config/appdaemon/logs/error.log
I can’t figure out how to visualize the appdaemon console.
Can someone help me?
Why do you want to do this? What do you mean with visualize the console? Are you running AppDaemon in Docker?
emence
(Mark Lins)
October 29, 2019, 10:11am
3
I just want to follow whats happening in appdaemon without saving all the steps in a file. My configuration is:
arch
armv7l
dev
false
docker
true
hassio
true
os_name
Linux
python_version
3.7.4
timezone
Europe/Brussels
version
0.100.2
virtualenv
false
You can tail -f the file to see the log updated in real time. There’s also a workaround to write the appdaemon log to the normal home assistant log. This topic might be interesting for you:
I’m reposting this over here because it seems like a more appropriate location. Original post: Combining AppDaemon log and main Hass log
My Hass.io setup is approaching 50% AppDaemon scripts, and I wish that it was easier to see AD logs. I love the real-time Log Viewer addon in Hass.io and use it all the time to monitor everything else, but the only entries that I see for AD are some calls back to the main Hass core. Logging into my Linux box to run a “tail -f” is a lot less friendly and pract…
emence
(Mark Lins)
October 29, 2019, 10:59am
5
Thank You. Just what I was looking for.
1 Like