Skip to content

Commit

Permalink
tinydtls: Reduce default verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Feb 27, 2023
1 parent 57474ff commit 97b428f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/tinydtls/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ ifneq $(filter gcoap,$(USEMODULE))
# default configuration; adding some to be safe against variable size fields.
CFLAGS += "-DDTLS_MAX_BUF=($(CONFIG_GCOAP_PDU_BUF_SIZE) + 36)"
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

0 comments on commit 97b428f

Please sign in to comment.