List of DEBUG commands for logging?

List of DEBUG commands for logging? SearchSearch
Author Message
steveobd
Unregistered guest
Posted on Wednesday, March 10, 2004 - 06:36 pm:   

bryce - somewhere is there a list of all the DEBUG=Yes command that are supported in the .INI files, as well as how to write the logs to a different directory than the root directory?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2067
Registered: 10-2002
Posted on Wednesday, March 10, 2004 - 08:18 pm:   

Steve,

Unfortunately, I do not have a list of all INI settings, but all of the debug settings are as follows:

SMSGW.INI - [SMSGW] section - Debug=Yes
Enables SMSDEBUG.LOG

MMSC.INI - [MMSC] section - Debug=Yes
Enables MMSCDEBUG.LOG

MMSWAP.INI - [MMSWAP] section - Debug=Yes
Enables MMSWAPDEBUG.LOG (MM1 over GPRS/WAP logs, use caution, can grow extremely large)

Debug logs cannot be moved to another directory. Other logs can be moved by a LogDirectory=path setting under the [SMSGW] header of SMSGW.INI, and under the [MMSC] header of MMSC.INI.

-bn