Logging - Veemyu/drc-sim-e GitHub Wiki
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 logbackend.log- Server informationwpa.log- Wii U connection informationcli.log- CLI infogui.log- GUI infowpa_supplicant_drc.log- Direct output from wpa_supplicant(_drc)drc_sim_c.log- Output from the C++ backend