Views:

Question:
How can I activate the debug logging of the DocuWare Platform Service?

Answer:
Open the file ...\DocuWare\Web\Platform\web.config on the server and search the following entry:
<add key="LogLevel" value="Info" />

Change it to the value "Debug". After saving the file open this URL:
http://localhost/DocuWare/Platform/Account/Logon

Log in and switch to this URL:
http://localhost/DocuWare/Platform/Home/LogMessages?Level=Critical&Level=Error&Level=Warning&Level=Info&Level=Debug&count=1000&group=false

Now, you can save this page using CTRL+S for further analysis.