Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase node ID logging patch #54

Merged
merged 3 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions 0005-Enable-node-ID-logging-in-exchanges.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 3c551b7a706428d2fde77df0bc93d81bb37a2022 Mon Sep 17 00:00:00 2001
From: Stefan Agner <stefan@agner.ch>
Date: Thu, 18 Apr 2024 21:46:59 +0200
Subject: [PATCH] Enable node ID logging in exchanges

Enable node ID logging in exchanges by default.
---
src/lib/core/CHIPConfig.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/core/CHIPConfig.h b/src/lib/core/CHIPConfig.h
index 558e0ee08e..5a3f5facb7 100644
--- a/src/lib/core/CHIPConfig.h
+++ b/src/lib/core/CHIPConfig.h
@@ -468,7 +468,7 @@
* If asserted (1), enable logging of node IDs in exchange context.
*/
#ifndef CHIP_EXCHANGE_NODE_ID_LOGGING
-#define CHIP_EXCHANGE_NODE_ID_LOGGING 0
+#define CHIP_EXCHANGE_NODE_ID_LOGGING 1
#endif // CHIP_EXCHANGE_NODE_ID_LOGGING

/**
--
2.44.0

81 changes: 0 additions & 81 deletions 0010-Log-nodeID-in-exchange-context.patch

This file was deleted.

Loading