Skip to content

Commit 9882b51

Browse files
authored
Merge pull request #196 from icfung828/master
Update general-troubleshooting-steps.md
2 parents 037a486 + 0994c85 commit 9882b51

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

faq/general-troubleshooting-steps.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@ description: General troubleshooting steps
1919
### How to enable and collect verbose log
2020

2121
1. Remove any old log files from
22-
2322
- Windows `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log` or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`
2423
- macOS, `Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log`
2524
- Linux, `/opt/dynamsoft/DynamsoftServicex64_17/log`
2625

2726
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`
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`
3229

3330
```javascript
3431
function Dynamsoft_OnReady() {
@@ -40,7 +37,6 @@ function Dynamsoft_OnReady() {
4037
3. Reproduce the issue
4138

4239
4. Zip the log files and share with [Dynamsoft Support Team]({{site.about}}getsupport.html) via email.
43-
4440
- On Windows, the log files are in `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log` or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`
4541
- On macOS, the log files are in `Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log`
4642
- On Linux, the log files are in `/opt/dynamsoft/DynamsoftServicex64_17/log`

0 commit comments

Comments
 (0)