Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2019 00:34:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239127] net/traefik change daemon to log to syslog instead of /dev/null
Message-ID:  <bug-239127-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239127

            Bug ID: 239127
           Summary: net/traefik change daemon to log to syslog instead of
                    /dev/null
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: riggs@FreeBSD.org
          Reporter: tara@anne.cat
             Flags: maintainer-feedback?(riggs@FreeBSD.org)
          Assignee: riggs@FreeBSD.org

Created attachment 205680
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205680&action=
=3Dedit
diff change daemon to log to syslog instead of /dev/null

diff change daemon to log to syslog instead of /dev/null

patch to use daemon -S -T service

currently this runs daemon -f which forces all output to /dev/null, which m=
akes
it terrible to debug when something goes wrong at startup.

change this to daemon -S -T , so logs go to syslog and tagged, so that it's
much easier to tell when something is going wrong.

see attached diff.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239127-7788>