Skip to content

Logging

Rolando Islas edited this page Apr 3, 2017 · 4 revisions

By default DRC Sim Server stores logs in ~/.drc-sim/log. This is usually /root/.drc-sim/log if the backend is launched via the GUI launcher (gksu) or as root (su). Results will vary if launched using sudo.

The level of log determines what will be logged.

Log Levels

  • INFO - Normal level
  • DEBUG --debug - Debug application flow
  • EXTRA --extra - Extra data
  • FINER --finer - Detailed data (SSID are logged at this level and beyond.)
  • VERBOSE --verbose - Everything. This spams the console with every packet received and send. Logs get big fast.

Types of Logs

  • drcsim.log - General log
  • backend.log - Server logging
  • wpa.log - Wii U connection information
  • cli.log - CLI info
  • gui.log - GUI info
  • wpa_supplicant_drc.log - Direct output from wpa_supplicant(_drc)
Clone this wiki locally