Saving runtime errors to log file #323
Quali-Community
started this conversation in
Useful Tips & Guides
Replies: 2 comments
-
Great post! If we enable the following: <add key="ExecutionLogging.Enabled" value="true"/>
does it log everything during execution? I am guessing we keep it false, that means only log Errors during execution?
Thanks Maruf Yunus (myunus) - 07/27/2015 10:15 AM
|
Beta Was this translation helpful? Give feedback.
0 replies
-
At the moment this option logsonly the runtime errors, so you should enable this option if you want to get those in the log files. Yaniv Yaniv Kalsky (Yaniv.K) - 07/28/2015 12:08 PM
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary: Starting in CloudShell 6.2 we have a feature which will save the execution errors for a test which is run in Studio, Runner, or an Execution server to a log file. You may copy the following keys to the customer.config for Studio, Runner, or the Execution server. When a test is run, the resulting files are going to be saved under the Logs\ExecutionLogs\ folder for the process (Studio, Runner, or the Execution)which runs it.
<add key="ExecutionLogging.Enabled" value="false"/>
<add key="ExecutionLogging.KeepLogsDurationInDays" value="7"/>
<add key="ExecutionLogging.LogFileMaxSizeInMBytes" value="10"/>
Please see attached for an example of the file output.
Attachments:
Jeremy Gerson (Jeremy.G) - 05/20/2015 02:48 PM
· 2635 ·
Beta Was this translation helpful? Give feedback.
All reactions