Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56114 - Add start-option for verbose logging with mythtv
Summary: Add start-option for verbose logging with mythtv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-05 01:39 UTC by Stephan Wentz
Modified: 2004-09-10 14:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Wentz 2004-07-05 01:39:27 UTC
Mythtv logs to /var/log/mythtv/mythbackend.log, but doesn't log very much information in standard-mode.

Better add --verbose to /etc/init.d/mythbackend that it looks like this:

 start-stop-daemon --start --quiet --chuid "${MYTH_USER}" \
                --exec /usr/bin/mythbackend -- \
                --daemon --pidfile "${MYTH_PID}" --logfile "${MYTH_LOG}" \
                --verbose


Reproducible: Always
Steps to Reproduce:
1.start mythbackend
2.watch logfile ;-)
3.

Actual Results:  
less information

Expected Results:  
more information
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-09-10 14:22:16 UTC
In CVS soon, thanks!