Description
-
Name of the file where debug data from update process
will be saved.
Property type
-
A String value.
Syntax
-
object.DebugFile [= value]
The DebugFile Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodAppUpdate. |
| value |
A String value. |
Remarks
-
This property holds full path to a file where
wodAppUpdate will dump debug information about the update
process itself. We may change and tweak data found inside
as new versions are released, so please do not use it for
production environment - it is just provided for your own
usage to determine what's going on with the component
and how it reacts on your configuration files and
environment it encounters during the update process.
If left empty, no debug information will be provided at
all.
|