-
Notifications
You must be signed in to change notification settings - Fork 34
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.
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.
-
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
DRC Sim requires a server and a client.
Need help? Create an issue for the server or client.
There is also a Discord group.