#
# Copyright (c) 2019 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

if LOG

menu "Event options"

comment "Initially logged events"

config APP_INIT_LOG_APP_IN_EVENT
	bool "Log application in events"
	default y
	help
	  Log application in events.

config APP_INIT_LOG_APP_OUT_EVENT
	bool "Log application out events"
	default y
	help
	  Log application out events.

endmenu

endif
