Skip to content

Commit 3371343

Browse files
committed
fix logging
1 parent 6d72bf1 commit 3371343

File tree

8 files changed

+8
-4
lines changed

8 files changed

+8
-4
lines changed

examples/serial/mb_serial_master/sdkconfig.ci.ascii

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD=y
77
CONFIG_FMB_EXT_TYPE_SUPPORT=y
88
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
99
CONFIG_HEAP_TRACING_OFF=y
10+
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed!
1011

examples/serial/mb_serial_master/sdkconfig.ci.rtu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD=y
77
CONFIG_FMB_EXT_TYPE_SUPPORT=y
88
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
99
CONFIG_HEAP_TRACING_OFF=y
10+
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed!

examples/serial/mb_serial_slave/sdkconfig.ci.ascii

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD=y
66
CONFIG_FMB_EXT_TYPE_SUPPORT=y
77
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
88
CONFIG_HEAP_TRACING_OFF=y
9+
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed!

examples/serial/mb_serial_slave/sdkconfig.ci.rtu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD=y
66
CONFIG_FMB_EXT_TYPE_SUPPORT=y
77
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
88
CONFIG_HEAP_TRACING_OFF=y
9+
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed!

examples/tcp/mb_tcp_master/sdkconfig.ci.ethernet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CONFIG_FMB_MASTER_DELAY_MS_CONVERT=300
1313
CONFIG_FMB_TCP_UID_ENABLED=n
1414
CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD=y
1515
CONFIG_MB_SLAVE_IP_FROM_STDIN=y
16-
# CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed
16+
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed
1717
CONFIG_FMB_EXT_TYPE_SUPPORT=y
1818

1919
CONFIG_EXAMPLE_CONNECT_IPV6=n

examples/tcp/mb_tcp_master/sdkconfig.ci.wifi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONFIG_FMB_COMM_MODE_RTU_EN=n
77
CONFIG_FMB_COMM_MODE_ASCII_EN=n
88
CONFIG_FMB_MASTER_TIMEOUT_MS_RESPOND=3000
99
CONFIG_FMB_MASTER_DELAY_MS_CONVERT=300
10-
# CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed
10+
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed
1111
CONFIG_FMB_TCP_UID_ENABLED=n
1212
CONFIG_MB_SLAVE_IP_FROM_STDIN=y
1313
CONFIG_EXAMPLE_CONNECT_IPV6=n

examples/tcp/mb_tcp_slave/sdkconfig.ci.ethernet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CONFIG_FMB_EXT_TYPE_SUPPORT=y
1414
CONFIG_FMB_TCP_UID_ENABLED=n
1515
CONFIG_FMB_TIMER_USE_ISR_DISPATCH_METHOD=y
1616
CONFIG_MB_SLAVE_ADDR=1
17-
# CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed!
17+
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed!
1818
CONFIG_EXAMPLE_CONNECT_IPV6=n
1919
CONFIG_EXAMPLE_CONNECT_WIFI=n
2020
CONFIG_EXAMPLE_CONNECT_ETHERNET=y

examples/tcp/mb_tcp_slave/sdkconfig.ci.wifi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONFIG_FMB_COMM_MODE_ASCII_EN=n
88
CONFIG_FMB_EXT_TYPE_SUPPORT=y
99
CONFIG_FMB_MASTER_TIMEOUT_MS_RESPOND=3000
1010
CONFIG_FMB_MASTER_DELAY_MS_CONVERT=300
11-
# CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed!
11+
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # intentionally keep it here to change when needed!
1212
CONFIG_FMB_TCP_UID_ENABLED=n
1313
CONFIG_MB_SLAVE_ADDR=1
1414
CONFIG_EXAMPLE_CONNECT_IPV6=n

0 commit comments

Comments
 (0)