Skip to content

Commit 037a486

Browse files
authored
Merge pull request #195 from icfung828/master
Update general-troubleshooting-steps.md
2 parents 203883b + 3929c81 commit 037a486

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

faq/general-troubleshooting-steps.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ description: General troubleshooting steps
1818

1919
### How to enable and collect verbose log
2020

21-
- Remove any old log files from
21+
1. Remove any old log files from
2222

2323
- Windows `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log` or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`
2424
- macOS, `Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log`
2525
- Linux, `/opt/dynamsoft/DynamsoftServicex64_17/log`
2626

27-
- 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`
2832

2933
```javascript
3034
function Dynamsoft_OnReady() {
@@ -33,13 +37,9 @@ function Dynamsoft_OnReady() {
3337
}
3438
```
3539

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
4141

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.
4343

4444
- On Windows, the log files are in `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log` or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`
4545
- On macOS, the log files are in `Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log`

0 commit comments

Comments
 (0)