Closed cgarwood closed 7 years ago
Add to .bash_profile so I can monitor the home-assistant console output from putty:
alias logs='sudo journalctl -u home-assistant -f | ccze'
may need to install ccze for color.
Also see logger settings from @CCOSTAN
Added to ~hass/.bash_profile
Add to .bash_profile so I can monitor the home-assistant console output from putty:
alias logs='sudo journalctl -u home-assistant -f | ccze'
may need to install ccze for color.
Also see logger settings from @CCOSTAN