how to configure a WR21 with an external Flash Drive to store the debug.txt file

How to configure a DIGI Transport WR21 with an external Flash Drive to store the Debug.txt file?

Hi

First you will need to format the USB drive with FAT/FAT32

check that the drive is readable from the router

DIR u:

FLASHW~1.CSV 276 16:21:22, 31 May 2016
ADD_SC~1.PY 6039 08:59:14, 01 Jun 2016

Disk size 2011 Meg, nb of items:3

if that is OK then you can setup DEBUG in GUI

Configuration/alarms/event setting/local logging

local Drive “U”
log filename “log.txt”
log size “10000”

as entrys go into the eventlog they will also be added to the file on usb drive

 LOG.TXT      290  07:39:30, 22 Jun 2016

FLASHW~1.CSV 276 16:21:22, 31 May 2016
ADD_SC~1.PY 6039 08:59:14, 01 Jun 2016

Disk size 2011 Meg, nb of items:3

if you want to add the commands through CLI

event 0 logdrive “u”
event 0 logfile “log.txt”
event 0 logsizek 10000

regards

James