|
|
MTELPage LogsMTELPage 2014 currently creates 3 log files for each client. The following files are generated in the same directory structure "pager/logs" where cxx is the number of the client e.g. c12
These files are backed up to a sub directory of Backup and have the date and time prepended to the name of the file to make it unique and easy to sort.
Prior MTELPage versions created 1 log file called logflcxx.log and it was never backed up. This file grows continuously and may need to be cleared if it gets too large. The newer 2014 versions have renamed and resolved this issue.
MTELServe LogsMTELServe currently inserts all log data into pager/logs/mtelmess.mdb. This is the history file and the logs are in a separate table in the Access database. MTELQue LogsMTELQue currently inserts all log data into the logs directory defined in the configuration database. It is backed up daily to /logs/backup with the file name yyyy-mm-dd-hh-mm-ss_MTELQue.log The log directory is defined in the Startup table in the configuration file MTELRelaysys.mdb. This file is in the current directory of the executable. The Startup registry names is LogName and LogsDIR MTELRelay LogsMTELRelay currently inserts all log data into the logs directory defined in the configuration database. It is backed up daily to /logs/backup with the file name yyyy-mm-dd-hh-mm-ss_MTELRelay.log The log directory is defined in the Startup table in the configuration file MTELRelaysys.mdb. This file is in the current directory of the executable. The Startup registry names is LogName and LogsDIR |
|