From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Shepherd redirect stdout/stderr to syslog Date: Sun, 4 Sep 2016 13:26:05 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgVYz-0007fx-6r for guix-devel@gnu.org; Sun, 04 Sep 2016 07:26:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgVYv-0004BT-0t for guix-devel@gnu.org; Sun, 04 Sep 2016 07:26:12 -0400 Received: from mail-yw0-x22d.google.com ([2607:f8b0:4002:c05::22d]:34909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgVYt-0004BK-QG for guix-devel@gnu.org; Sun, 04 Sep 2016 07:26:08 -0400 Received: by mail-yw0-x22d.google.com with SMTP id j1so5011995ywb.2 for ; Sun, 04 Sep 2016 04:26:06 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel Hi, I'm having difficulties debugging a service that logs it's output to tty1. I can't scroll the output - so the debug messages aren't very useful. Is redirecting stdout/stderr to syslog something that make-forkexec-constructor could/should do? Or is there already a way to get the output I'm not aware of? Thanks! David