Skip to content

Commit 7ef5d74

Browse files
authored
Merge pull request #198 from icfung828/master
Update general-troubleshooting-steps.md
2 parents e557a24 + 83859e8 commit 7ef5d74

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

faq/general-troubleshooting-steps.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ description: General troubleshooting steps
2626
2. Set the log level
2727
- For only one client machine, add the line `LogLevel=14` to `DSConfiguration.ini` on that specific machine.
2828
- 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`
29-
30-
```javascript
31-
function Dynamsoft_OnReady() {
32-
DWObject = Dynamsoft.DWT.GetWebTwain("dwtcontrolContainer");
33-
DWObject.LogLevel = 1;
29+
```javascript
30+
function Dynamsoft_OnReady() {
31+
DWObject = Dynamsoft.DWT.GetWebTwain("dwtcontrolContainer");
32+
DWObject.LogLevel = 1;
3433
}
35-
```
34+
```
3635

3736
3. Reproduce the issue
3837

0 commit comments

Comments
 (0)