Skip to content

Logging

Rolando Islas edited this page Jun 13, 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 log level determines what will be logged.

Log Levels

Use a logging parameter to specify log level (e.g. drc-sim-backend --debug).

  • 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. Logs get big fast.

Types of Logs

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