You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Question

How to configure the LogFiles of the ONEKEY ID Windows Bluetooth driver?

Answer

A standard log file is created by the driver each time at start. The log level and log file name of the driver is set via registry values and can be changed if necessary.

To change log parameters, start > regedit.exe and navigate to HKLM\Software\certgate SmartCard Bluetooth Token\

Under that node there are three keys configuring the internal logging features of the driver

  1. LogFile The path to the log file. Can be modified while the the driver is running.
  2. LogFilter (default: < no value >) A Filterstring to configure specific logging namespaces separately.
  3. LogLevel (default: ERROR) The default log level for logging namespaces which are not explicitly configured via LogFilter

Example for Configuring More Details in New Log File

By default internal errors are logged without any additional information to minimize the log file size and minimize the impact on the drivers performance. For further investigations on certain issues the following configuration can be use to add more information and save them in a separate log file:

1. Change the log level to ìDEBUGî HKLM\Software\certgate SmartCard Bluetooth Token\LogLevel = DEBUG

2. After that, change the HKLM\Software\certgate SmartCard Bluetooth Token\LogFile = <new File Path> entry to your new file name which will be created automatically when changing the LogFile you have to ensure it is accessible by local service user!

3. and then provoke your issue.

TIP: After you have finished do not forget to return to previous values!

1. change the LogLevel entry back to its old value,

2. then change the LogFile entry back to its old value, logging into the original log file.

Was this answer helpful?

Please rate & help us to improve our FAQ.



  • No labels