Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672534 - www-apps/radicale: log stderr and stdout to syslog
Summary: www-apps/radicale: log stderr and stdout to syslog
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-12-04 21:56 UTC by Karel Kočí
Modified: 2021-04-14 21:15 UTC (History)
1 user (show)

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 Karel Kočí 2018-12-04 21:56:28 UTC
Radicale dumps all its logs to stderr and stdout. There seems to be no way around it. It makes sense to send stderr and stdout to syslog in default.
Comment 1 Larry the Git Cow gentoo-dev 2019-03-07 21:01:43 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6b42f6f6efdd9ddfb0bb39111292cb2c6d6c2b

commit 6f6b42f6f6efdd9ddfb0bb39111292cb2c6d6c2b
Author:     Karel Kočí <cynerd@email.cz>
AuthorDate: 2018-12-04 21:53:48 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-03-07 21:00:47 +0000

    www-apps/radicale: log stdout and stderr to syslog
    
    Radicale in default sends all its logs to stderr and stdout. This
    redirect them to syslog.
    
    Bug: https://bugs.gentoo.org/672534
    Signed-off-by: Karel Kočí <cynerd@email.cz>
    Closes: https://github.com/gentoo/gentoo/pull/10574
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 www-apps/radicale/files/radicale-r1.init.d  | 27 ++++++++++
 www-apps/radicale/radicale-2.1.10-r1.ebuild | 82 +++++++++++++++++++++++++++++
 www-apps/radicale/radicale-2.1.11.ebuild    |  8 ++-
 3 files changed, 112 insertions(+), 5 deletions(-)