Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors to log file on raspberry pi/ linux #470

Closed
Turnipisum opened this issue Jan 30, 2019 · 2 comments
Closed

Errors to log file on raspberry pi/ linux #470

Turnipisum opened this issue Jan 30, 2019 · 2 comments
Assignees
Labels
area/internal Related to an internal action or function of Companion. Enhancement New feature or request Good first issue Good for newcomers
Milestone

Comments

@Turnipisum
Copy link

On raspberry pi builds can we get errors like "net interface not found" etc. sent to log file rather than spamming console.

@sphlabs
Copy link

sphlabs commented Feb 6, 2019

Depending on how you are launching Companion, you can direct all console and error messages to a file by appending &> [log file name] to the headless.js command. e.g. my companionLaunch.sh (run as a service) is:

sudo -u pi /home/pi/companion/headless.js eth0 8000 &> companion.log

@willosof willosof added Enhancement New feature or request Good first issue Good for newcomers area/internal Related to an internal action or function of Companion. Too easy! labels Mar 26, 2019
@willosof willosof added this to the v1.4.0 milestone Mar 26, 2019
@willosof willosof self-assigned this Apr 2, 2019
@willosof
Copy link
Member

willosof commented Apr 2, 2019

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/internal Related to an internal action or function of Companion. Enhancement New feature or request Good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants