From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E443E459C0; Tue, 17 Sep 2024 22:43:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6453542DA1; Tue, 17 Sep 2024 22:42:12 +0200 (CEST) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mails.dpdk.org (Postfix) with ESMTP id 3FBDA427C0 for ; Tue, 17 Sep 2024 22:42:00 +0200 (CEST) Received: by mail-pl1-f175.google.com with SMTP id d9443c01a7336-20551e2f1f8so55385075ad.2 for ; Tue, 17 Sep 2024 13:42:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1726605719; x=1727210519; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=4XP9c4Sfj1z14ysXF8dRZ0gDD3hdQr3wXeGh8lDC5e4=; b=bdj16htzCH+lu+qaIKp8g3aO4SSC9AOwlFX9LYjw0q1XCYnSt5QqfUesJUWsFV9TAe cHapK4DP01h4FUgKg0wgHvNNIIMAhuArHb1+Cmwnw1h8/hkLQAIY036m3dk5nCnZ86OC xKtfyshJW6Wt141BZuFvVcSoa8T5Dc16wf8DwpmQg+pZ4DpcodPAYeXKkF8mFnGYHdLc 2pRpDQx4MQtYLSFYI6zzH23QLZfQq3ZRkl90BdatLb8zrnSJU1QoKCco01H44bZnnXEs NYqxtjAjX06YUjyZgMjmQb8K8z7H7N/o6YLBTr28h25hwhBm31OySXg62YB7T+Bw2JkT kIEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726605719; x=1727210519; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4XP9c4Sfj1z14ysXF8dRZ0gDD3hdQr3wXeGh8lDC5e4=; b=si7h32iB6N/n1yeJBg04iNU3lfVtT1kW4fPQhWuBUWRC7GBfGBiU/6XFbN74YiIcI2 NhLsx4s3WEjevwSRa59pNDzXKBvf4ab+Ms7joYkL9kYYLIq6KJDcyeAW2CR+zxKxwC32 UKn3rQHHfjTJz9P7KOPq8tO1CcAKm1erqXf6tIh4wG5A9zKzReXuq7RCNCvsB4MjkDJC HrzsfsB1d6Hsn59nDgEcbl2iiGNheS6SPQJk1yc89shPZwMmpYrql5ielAE7BZmn5Uf8 h7kLlcQYCgpTl42TTNZMkMp3k3UEMmdwa8LcR5DfucEfDw7nP83KZXIW3ug2HZOEWCaC vH9A== X-Gm-Message-State: AOJu0YzhHwu/57uCEKcTifSNBmWkpzZSGt6IZo0EyWW8nSSCZdGZKEpQ 6nkqeplflePGmobrjTMj47SLooG6eGa0Nc+/VhiTvTqvW0ZSoJg4Uo0DU43WxaEMHsAfZ7FO8a7 o X-Google-Smtp-Source: AGHT+IH1cI2t553jBS8gB+gd6uDgh9KQGGkvoN2KXIF0A+FMC0I5WD+S+8mkTozOFG/Ar79RXk7+8A== X-Received: by 2002:a17:902:d489:b0:201:f052:d3e with SMTP id d9443c01a7336-207822433e7mr197990435ad.24.1726605719482; Tue, 17 Sep 2024 13:41:59 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-20794731afasm53830425ad.272.2024.09.17.13.41.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Sep 2024 13:41:59 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH v22 15/15] doc: add release note about log library Date: Tue, 17 Sep 2024 13:35:57 -0700 Message-ID: <20240917203828.414701-16-stephen@networkplumber.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240917203828.414701-1-stephen@networkplumber.org> References: <20200814173441.23086-1-stephen@networkplumber.org> <20240917203828.414701-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Significant enough to add some documentation. Signed-off-by: Stephen Hemminger --- doc/guides/rel_notes/release_24_11.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides/rel_notes/release_24_11.rst index 0ff70d9057..4ed483b06f 100644 --- a/doc/guides/rel_notes/release_24_11.rst +++ b/doc/guides/rel_notes/release_24_11.rst @@ -55,6 +55,20 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Enhancements to logging library.** + + * Log is initialized earlier in startup so all messages go through the log library. + + * Log messages can be timestamped which is useful for debugging startup timing. + + * The log now supports color in the log if going to a terminal device + similar to dmesg. The default format shows timestamp in green, subsystem + in yellow, and the message is bold, boldface or normal depending on severity. + + * If DPDK is being used by a systemd service and the log output is being + sent of standard error then DPDK will switch to journal native protocol. + + * On FreeBSD the log library uses syslog the same as Linux. Removed Items ------------- -- 2.45.2