From 2b4bc9914846bbd4e0546af5dd81bfeb1620e933 Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Wed, 28 Feb 2018 10:55:31 +0200 Subject: [PATCH] Update CONFIGURATION.md Document logger variable --- CONFIGURATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index bc87c9a..ebf7ec8 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -27,6 +27,8 @@ * The longitude to use for fake gps if the coordinates are not set in the TTN console. * GW_REF_ALTITUDE optional - default 0 * The altitude to use for fake gps if the coordinates are not set in the TTN console. +* GW_LOGGER optional - default false + * Write a line to the terminal whenever a packet is received. ex: `08:54:37 INFO: [stats] received packet with valid CRC from mote: 26011C51 (fcnt=7)` * GW_FWD_CRC_ERR optional - default false * Forward packets with an invalid CRC. * GW_FWD_CRC_VAL optional - default true.