Skip to content

Commit 5336ee8

Browse files
committed
Update general-troubleshooting-steps.md
1 parent 0994c85 commit 5336ee8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

faq/general-troubleshooting-steps.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ 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;
34-
}
35-
```
29+
30+
```javascript
31+
function Dynamsoft_OnReady() {
32+
DWObject = Dynamsoft.DWT.GetWebTwain("dwtcontrolContainer");
33+
DWObject.LogLevel = 1;
34+
}
35+
```
3636

3737
3. Reproduce the issue
3838

0 commit comments

Comments
 (0)