Opened 10 years ago
Closed 9 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 by , 10 years ago
comment:2 by , 10 years ago
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 by , 10 years ago
You're right. I've updated the pull request to make --systemd-journal explicitely conflict with --syslog.
comment:4 by , 10 years ago
| Milestone: | unknown → 29.0 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:5 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Pull request submited: https://github.com/MythTV/mythtv/pull/112