Opened 5 years ago
Closed 5 years ago
#12663 closed Patch - Feature (fixed)
Add support for native logging to systemd-journal
Reported by: | Owned by: | Stuart Auchterlonie | |
---|---|---|---|
Priority: | minor | Milestone: | 29.0 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | logging systemd |
Cc: | Ticket locked: | no |
Description
Everything is said in the title...
Change History (5)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
Quick comment. It appears that this is journal *or* syslog. And while using both might not make a lot of sense, it would seem that that should be supported ( <cmd> --syslog --journal) and/or you need to expand the command line processing to explicitly mark journalling as a conflict with syslog (rather than ignoring --syslog if specified) using the various combinations of setblocks in the parser.
comment:3 Changed 5 years ago by
You're right. I've updated the pull request to make --systemd-journal explicitely conflict with --syslog.
comment:4 Changed 5 years ago by
Milestone: | unknown → 29.0 |
---|---|
Owner: | set to Stuart Auchterlonie |
Status: | new → accepted |
comment:5 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Pull request submited: https://github.com/MythTV/mythtv/pull/112