From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emnFi-0001Pe-No for guix-patches@gnu.org; Fri, 16 Feb 2018 16:09:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emnFe-0008KS-OQ for guix-patches@gnu.org; Fri, 16 Feb 2018 16:09:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39365) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emnFe-0008KO-K8 for guix-patches@gnu.org; Fri, 16 Feb 2018 16:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emnFe-0006AF-8H for guix-patches@gnu.org; Fri, 16 Feb 2018 16:09:02 -0500 Subject: [bug#30464] shepherd logging Resent-Message-ID: Date: Fri, 16 Feb 2018 22:07:37 +0100 From: Danny Milosavljevic Message-ID: <20180216220737.0b5b7c0d@scratchpost.org> In-Reply-To: <20180216215725.58607c8c@scratchpost.org> References: <20180215114256.551-1-dannym@scratchpost.org> <20180215114742.663-1-dannym@scratchpost.org> <87r2pm8gfl.fsf@gnu.org> <20180215164135.188beed0@scratchpost.org> <878tbu8dat.fsf@gnu.org> <20180216215725.58607c8c@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30464@debbugs.gnu.org Oops, didn't see /var/log/shepherd.log - but I think it should just use syslog for that - and it's possible to use syslog for that by writing to /dev/kmsg . Does the Hurd with /dev/kmsg ? How do they solve early boot logging ?