Skip to content

Commit 217230f

Browse files
authored
Merge pull request #514 from ztyyLV/patch-48
Update general-troubleshooting-steps.md
2 parents b3ae3bf + 6fc4df6 commit 217230f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

faq/general-troubleshooting-steps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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, add the line `LogLevel=14` to `DSConfiguration.ini` on that specific machine.
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.
2929
- 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`
3030
```javascript
3131
function Dynamsoft_OnReady() {
@@ -40,3 +40,5 @@ permalink: /faq/general-troubleshooting-steps.html
4040
- On Windows, the log files are in `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log` or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`
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`
43+
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)