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
- 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
+
2. Set the log level
28
+
29
+
- 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`
28
32
29
33
```javascript
30
34
functionDynamsoft_OnReady() {
@@ -33,13 +37,9 @@ function Dynamsoft_OnReady() {
33
37
}
34
38
```
35
39
36
-
> NOTE
37
-
>
38
-
> Changing this property will affect all clients. To collect logs for only one client machine, just add the line `LogLevel=14` to `DSConfiguration.ini` on that specific machine.
39
-
40
-
- Reproduce the issue
40
+
3. Reproduce the issue
41
41
42
-
- Zip the log files and share with [Dynamsoft Support Team]({{site.about}}getsupport.html) via email.
42
+
4. Zip the log files and share with [Dynamsoft Support Team]({{site.about}}getsupport.html) via email.
43
43
44
44
- On Windows, the log files are in `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log` or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`
45
45
- On macOS, the log files are in `Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log`
0 commit comments