You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- For only one client machine, add the line `LogLevel=14` to `DSConfiguration.ini` on that specific machine.
30
-
31
-
- For all client machines, set [`LogLevel`]({{site.info}}api/WebTwain_Util.html#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`
27
+
- For only one client machine, add the line `LogLevel=14` to `DSConfiguration.ini` on that specific machine.
28
+
- For all client machines, set [`LogLevel`]({{site.info}}api/WebTwain_Util.html#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`
32
29
33
30
```javascript
34
31
functionDynamsoft_OnReady() {
@@ -40,7 +37,6 @@ function Dynamsoft_OnReady() {
40
37
3. Reproduce the issue
41
38
42
39
4. Zip the log files and share with [Dynamsoft Support Team]({{site.about}}getsupport.html) via email.
43
-
44
40
- On Windows, the log files are in `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log` or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`
45
41
- On macOS, the log files are in `Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log`
46
42
- On Linux, the log files are in `/opt/dynamsoft/DynamsoftServicex64_17/log`
0 commit comments