Skip to content

Commit d870b40

Browse files
authored
Update general-troubleshooting-steps.md
1 parent 2b80aaf commit d870b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq/general-troubleshooting-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permalink: /faq/general-troubleshooting-steps.html
2626

2727
2. Set the log level
2828
- 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-
> **_NOTE:_** If you fail to initialize the object, please use the option below.
29+
3030
- 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`
3131
```javascript
3232
function Dynamsoft_OnReady() {

0 commit comments

Comments
 (0)