Skip to content

Commit d91ece9

Browse files
authored
Update general-troubleshooting-steps.md
Clarify single vs all troubleshooting
1 parent e34d9bd commit d91ece9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

faq/general-troubleshooting-steps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ permalink: /faq/general-troubleshooting-steps.html
2525
- Linux, `/opt/dynamsoft/DynamsoftService/log`
2626

2727
2. Set the log level
28-
- For only one client machine, go to the application with Dynamic Web TWAIN integrated, press F12 to open the development tools, switch to "console" tab and enter the command "DWObject.LogLevel = 1" to enable the debugger mode.
29-
- 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+
Option A - Single client machine troubleshooting - go to the application with Dynamic Web TWAIN integrated, press F12 to open the development tools, switch to "console" tab and enter the command "DWObject.LogLevel = 1" to enable the debugger mode.
29+
Option B - For all client machines (application wide) - 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`
3030
```javascript
3131
function Dynamsoft_OnReady() {
3232
DWObject = Dynamsoft.DWT.GetWebTwain("dwtcontrolContainer");
@@ -41,4 +41,4 @@ permalink: /faq/general-troubleshooting-steps.html
4141
- On macOS, the log files are in `Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log`
4242
- On Linux, the log files are in `/opt/dynamsoft/DynamsoftServicex64_17/log`
4343

44-
5. Set log level back to the default value (0) to disable the debugger mode, otherwise the operation speed will be affected.
44+
5. Set log level back to the default value (0) to disable the debugger mode, otherwise the operation speed will be affected.

0 commit comments

Comments
 (0)