From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: Question about log levels and rte_panic Date: Sun, 14 Feb 2016 12:23:17 -0800 Message-ID: <20160214122317.2bb33bed@xeon-e3> References: <74FAD086-9CA8-44F2-9AA5-F2E707F5232A@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: "Wiles, Keith" Return-path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by dpdk.org (Postfix) with ESMTP id 1056C9612 for ; Sun, 14 Feb 2016 21:23:05 +0100 (CET) Received: by mail-pa0-f53.google.com with SMTP id ho8so74925130pac.2 for ; Sun, 14 Feb 2016 12:23:04 -0800 (PST) In-Reply-To: <74FAD086-9CA8-44F2-9AA5-F2E707F5232A@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sat, 13 Feb 2016 17:43:38 +0000 "Wiles, Keith" wrote: > The reason it appears to just exit to the shell is I was setting =E2=80= =94log-level 0 on the command line, which means no CRIT, EMERG or ALERTs pa= nic messages are printed. If I set the log-level 3 then I am able to see th= ese =E2=80=98critical=E2=80=99 panic messages, is this the expected behavio= r? You got what you asked for. I don't see a problem with that...