-
Notifications
You must be signed in to change notification settings - Fork 55
How to take logs in Nitrokey App v1.1
To take logs please remove the Nitrokey device from your PC and then run the application with following arguments:
nitrokey-app --df debug-file.txt --dl 4
where --df
means saving debug log to file and --dl
is to set debug verbosity level (0-4).
Once the App will open please insert the device and try to reproduce the issue.
Then please create new issue and upload there the logs with reproduction scenario and issue description.
It is also possible to open the Debug
window similarly to earlier Application versions - please use --dw
instead of --df
in that case. On Linux please use nitrokey-app.debug
application name instead (if available) or nitrokey-app.dev
for Snap package.
The parameters might be renamed in later versions - in case it would not work please run nitrokey-app --help
for current names.