Mythlogserver
(Difference between revisions)
(Added mythlogserver page) |
(--nodblog correction) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<code>mythlogserver</code> is a program added in the 0.26 release. | <code>mythlogserver</code> is a program added in the 0.26 release. | ||
| − | Log | + | Log messages generated by MythTV programs are sent to |
| − | <code>mythlogserver</code>. | + | <code>mythlogserver</code> which distributes them based on |
| + | the ''--syslog'', and ''--logpath'' command line options as well | ||
| + | as to the database (if ''--nodblog'' isn't set.) | ||
It is started automatically when existing MythTV programs start, | It is started automatically when existing MythTV programs start, | ||
typically <code>mythbackend</code> and <code>mythfrontend</code>. | typically <code>mythbackend</code> and <code>mythfrontend</code>. | ||
| + | <code>mythlogserver</code>'s own logging options are inherited from the | ||
| + | program that starts it. | ||
| − | See 0.26 specific | + | See 0.26 specific sections in [[Logrotate_-_all_applications|Logrotate All Applications]] |
| + | and [[Simple_rsyslog_Configuration|Simple rsyslog Configuration]] if they are used. | ||
| − | + | <code>mythlogserver</code> uses [http://www.zeromq.org ZeroMQ] libraries, which | |
are included with the MythTV distribution. | are included with the MythTV distribution. | ||
[[Category:MythTV_Software]] | [[Category:MythTV_Software]] | ||
[[Category:Glossary]] | [[Category:Glossary]] | ||
Revision as of 04:52, 5 October 2012
mythlogserver is a program added in the 0.26 release.
Log messages generated by MythTV programs are sent to
mythlogserver which distributes them based on
the --syslog, and --logpath command line options as well
as to the database (if --nodblog isn't set.)
It is started automatically when existing MythTV programs start,
typically mythbackend and mythfrontend.
mythlogserver's own logging options are inherited from the
program that starts it.
See 0.26 specific sections in Logrotate All Applications and Simple rsyslog Configuration if they are used.
mythlogserver uses ZeroMQ libraries, which
are included with the MythTV distribution.