We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffebf73 commit ab0c9b8Copy full SHA for ab0c9b8
samples/net/cloud/aws_iot_mqtt/prj.conf
@@ -44,6 +44,8 @@ CONFIG_NET_CONFIG_SNTP_INIT_SERVER="0.pool.ntp.org"
44
45
# Logging
46
CONFIG_LOG=y
47
+CONFIG_LOG_TIMESTAMP_USE_REALTIME=y
48
+CONFIG_POSIX_C_LANG_SUPPORT_R=y
49
50
# Network buffers
51
CONFIG_NET_PKT_RX_COUNT=32
samples/posix/gettimeofday/prj.conf
@@ -30,3 +30,7 @@ CONFIG_NET_CONFIG_MY_IPV4_GW="192.0.2.2"
30
31
# Network debug config
32
CONFIG_NET_LOG=y
33
+
34
+# Use realtime for log timestamps
35
36
0 commit comments