Skip to content

Commit 670b469

Browse files
committed
Rebase node ID logging patch
Node ID logging is already part of v1.3. Simply enable it by default for our purpose.
1 parent 8633f96 commit 670b469

2 files changed

+26
-81
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From 3c551b7a706428d2fde77df0bc93d81bb37a2022 Mon Sep 17 00:00:00 2001
2+
From: Stefan Agner <stefan@agner.ch>
3+
Date: Thu, 18 Apr 2024 21:46:59 +0200
4+
Subject: [PATCH] Enable node ID logging in exchanges
5+
6+
Enable node ID logging in exchanges by default.
7+
---
8+
src/lib/core/CHIPConfig.h | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/src/lib/core/CHIPConfig.h b/src/lib/core/CHIPConfig.h
12+
index 558e0ee08e..5a3f5facb7 100644
13+
--- a/src/lib/core/CHIPConfig.h
14+
+++ b/src/lib/core/CHIPConfig.h
15+
@@ -468,7 +468,7 @@
16+
* If asserted (1), enable logging of node IDs in exchange context.
17+
*/
18+
#ifndef CHIP_EXCHANGE_NODE_ID_LOGGING
19+
-#define CHIP_EXCHANGE_NODE_ID_LOGGING 0
20+
+#define CHIP_EXCHANGE_NODE_ID_LOGGING 1
21+
#endif // CHIP_EXCHANGE_NODE_ID_LOGGING
22+
23+
/**
24+
--
25+
2.44.0
26+

0010-Log-nodeID-in-exchange-context.patch

-81
This file was deleted.

0 commit comments

Comments
 (0)