Skip to content

Commit

Permalink
tinydtls: Make log level configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Feb 28, 2023
1 parent d4f1079 commit 42905b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/tinydtls/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ endif

# TinyDTLS emits several messages during connection establishment at the info
# level; this is way more verbose than common in RIOT.
CFLAGS += -DLOG_LEVEL=LOG_WARNING
TINYDTLS_LOG_LEVEL ?= LOG_WARNING
CFLAGS += -DLOG_LEVEL=$(TINYDTLS_LOG_LEVEL)

0 comments on commit 42905b4

Please sign in to comment.