Dev Center
Remove any old log files from
C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log
or C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log
Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log
/opt/dynamsoft/DynamsoftServicex64_17/log
Set LogLevel
to 1 in your code. This property should be set as soon as the WebTwain
instance is created. For example, in the event Dynamsoft_OnReady
function Dynamsoft_OnReady() {
DWObject = Dynamsoft.DWT.GetWebTwain("dwtcontrolContainer");
DWObject.LogLevel = 1;
}
NOTE
Changing this property will affect all clients. To collect logs for only one client machine, just add the line
LogLevel=14
toDSConfiguration.ini
on that specific machine.
Reproduce the issue
Zip the log files and share with Dynamsoft Support Team via email.
C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log
or C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log
Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log
/opt/dynamsoft/DynamsoftServicex64_17/log
latest version