From owner-freebsd-questions@FreeBSD.ORG Thu Oct 11 11:10:09 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D86C4689 for ; Thu, 11 Oct 2012 11:10:09 +0000 (UTC) (envelope-from karolis.eigelis@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2538FC17 for ; Thu, 11 Oct 2012 11:10:09 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k10so3558929iea.13 for ; Thu, 11 Oct 2012 04:10:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=fPV3tpigDyw/WWlfsDa975MOPBCqbh2wOdgT6QGZmoY=; b=hH6W+zSk5NO29WchZZJ9zIUBo8i6NUlu2rr86aytCYK+pkkXJXQQmfAAWb414svLdO rnQbBGBMriz6ZSmSn400NIC9bDxYlz2oecgQgSW7UKPGsJKvu4nVJ8oCTXETt+xErgAw JA+OpcOjbPVdG/aCuAeFUr7F8sw7zBqyfcnn7K+pCU4Rhy8DC+6hYqmYCOK/cdxTEoMw hSF90P/VWqylQZu8CiJwJvsqKZMms9qjUL97Cgio4JVkHr9FjZ+UtqhBpHnE3e4B08ms Z2kHvv2U2I6TCjF6hX0034KXLPMwC7rUj2+OvAVTnUkPsKuxpAE0cvnhxlmY1D6hCJDu T35g== MIME-Version: 1.0 Received: by 10.50.33.138 with SMTP id r10mr454766igi.6.1349953809056; Thu, 11 Oct 2012 04:10:09 -0700 (PDT) Received: by 10.50.42.194 with HTTP; Thu, 11 Oct 2012 04:10:09 -0700 (PDT) Date: Thu, 11 Oct 2012 13:10:09 +0200 Message-ID: Subject: logging debug of hw.usb.debug=1 with syslog From: Karolis Eigelis To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2012 11:10:09 -0000 Hi, i need to debug USB device and i want to log all the messages via syslog, but i do not know how to do that i looked at syslog.conf, but could find the flag i should use for debug.log. i used sysctl hw.usb.debug=1 lots of things i get printed out, but how to log them permanently ? Many Thanks, Karolis