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 623D745965; Wed, 18 Sep 2024 07:00:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8000F42E24; Wed, 18 Sep 2024 06:59:04 +0200 (CEST) Received: from mail-pl1-f171.google.com (mail-pl1-f171.google.com [209.85.214.171]) by mails.dpdk.org (Postfix) with ESMTP id 9151342D55 for ; Wed, 18 Sep 2024 06:58:52 +0200 (CEST) Received: by mail-pl1-f171.google.com with SMTP id d9443c01a7336-2057835395aso73788355ad.3 for ; Tue, 17 Sep 2024 21:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1726635532; x=1727240332; 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=8PX3sZXJGOuT7wwjYABDgSe/ULqJLTFtAEJHNropev0=; b=IX/NkzCmMvLIL7bTiUg/x0k/WHhG97hptDCH8ed+NP5Z27OQ0Id/uPc0h6t50C6DAw KOuFEuT1/POGN739hSvOjFtp3Kx70dsdqQW71ftqAEZXTiyEhVJjhqtD3A6IVsqJPoka ndUlenzXAl5D3JUetmtC5r1vCdzuxp9kE4I/t3Ejsk15n7HJdKuOOXagdke6cWN62D+9 aQ8F2xhCxe2e+mVyvJTSdFLXe4tyioz+UfiaMpbkLcwenA4XK5H1IyLG9tuLl6n6S1CA IWOhjEJVir7pKBvix1EgV3rlEnGNdWIWtQGQcpzM81t1CmKmgtmFn+zE/TgHgY8MkU+V 8QpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726635532; x=1727240332; 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=8PX3sZXJGOuT7wwjYABDgSe/ULqJLTFtAEJHNropev0=; b=RVDPpUf2N36V5CzU7YMObbjSXEi+dSBv9s/GKF2kVOo7g7bwFVgX4y/hMgd+AN9dIJ M3btDLeTKt1S9pVuus8KTWKlX+3X9VmwUAddtUAZmeroMIbHyYVvSaX9p7lWaG9Ef4Hj w0uN9aW3eQGEsPYLr6gbPlbURsZkLsTbFhxNAbql6yQN7uNSP5MF6pU/a91CQBYQUxmn FV60kM8D6ttfB8z4DP2lnoUCaPOzXHQ7EtuTkdw3/QMaAkqFGmyOkNpR+0kmosPueJ3r qC+DhUjwvATy/zQiZn50HJSnGJkXSuXEyAvLYrfUBrWH9h0RfHds13uEIxCAhMQUL2aM V7yw== X-Gm-Message-State: AOJu0YykBLWOUgzvyr4BjD1op8qpjuvjuWARfk0vW2sGfBLfTfWTFiF6 PG6x/BPaMy/HehQyiOfsgejSxfMx4BDbAlyuwcIQzkW/ncvccHCDBiQrna8LJasdC2fHA2FCWpt x X-Google-Smtp-Source: AGHT+IFmL/kc/YGxomz9bxQ5hu8wkCTx1PfarfKXcDMS0RveL6lOMjmPOhBabL5OS34BY850egViNA== X-Received: by 2002:a17:902:da84:b0:206:adc8:2dcb with SMTP id d9443c01a7336-2076e35b147mr386006615ad.25.1726635531651; Tue, 17 Sep 2024 21:58:51 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-20794746d76sm57179245ad.292.2024.09.17.21.58.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Sep 2024 21:58:51 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , =?UTF-8?q?Morten=20Br=C3=B8rup?= Subject: [PATCH v23 15/15] doc: add release note about log library Date: Tue, 17 Sep 2024 21:56:20 -0700 Message-ID: <20240918045830.3798-16-stephen@networkplumber.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240918045830.3798-1-stephen@networkplumber.org> References: <20200814173441.23086-1-stephen@networkplumber.org> <20240918045830.3798-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 Acked-by: Morten Brørup --- doc/guides/rel_notes/release_24_11.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides/rel_notes/release_24_11.rst index 0ff70d9057..8878ed33aa 100644 --- a/doc/guides/rel_notes/release_24_11.rst +++ b/doc/guides/rel_notes/release_24_11.rst @@ -55,6 +55,21 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Enhancements to logging library.** + + * The log is initialized earlier in startup so all messages go through the library. + + * An option is added to timestamp log messages, which is useful for debugging delays in + application and driver startup. + + * Log messages are now in color if going to a terminal (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 the application is 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 can syslog the same as Linux. Removed Items ------------- -- 2.45.2