This panel lets users set basic logging options. The provided options are the following:

  • Mode : Lets users choose the gateway run mode. Possible values are PRODUCTION (the gateway will reload the prod-logger.properties file and apply its settings) or DEVELOPMENT (he gateway will reload the dev-logger.properties file and apply its settings).
  • Call Logger: Lets the user to ENABLE or DISABLE call logging.
  • Root Logger: Lets the user to set the log level of the root logger (INFO,ERROR,WARN,etc...).
  • SIP Logging: Let the user to define the logging level of the SIP messages treatment. Possible values are NORMAL (netborder.sip.message=WARN,netborder.voip=WARN) or DEBUG(netborder.sip.message=INFO,netborder.voip=DEBUG).
  • PSTN Logging: Let the user to define the logging level of the PSTN messages treatment. Possible values are NORMAL (netborder.pstn.sangoma.isdn.message=WARN,netborder.sangoma.isdn.channel=WARN, netborder.pstn.telesoft.analog.fxo.lld=WARN,netborder.pstn.sangoma.fxo.channel=WARN, netborder.pstn.telesoft.analog.fxs.lld=WARN,netborder.pstn.sangoma.fxs.channel=WARN) or DEBUG(netborder.pstn.sangoma.isdn.message=INFO,netborder.sangoma.isdn.channel=DEBUG, netborder.pstn.telesoft.analog.fxo.lld=DEBUG,netborder.pstn.sangoma.fxo.channel=DEBUG, netborder.pstn.telesoft.analog.fxs.lld=DEBUG,netborder.pstn.sangoma.fxs.channel=DEBUG).
  • Media Logging: Let the user set the logging level of the media. Possible values are NORMAL(netborder.media-WARN) or DEBUG(netborder.media=INFO).