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