9. Logging style

There are two ways to specify the logging style:

Command line (long): --log-style=style
Command line (short): -Gstyle
Java system property: com.xmlcalabash.log-style=style
XML configuration: <cc:log-style>style</cc:log-style>
Ant task: <calabash logStyle="style"/>

The default logging style for p:log output is “wrapped”. You can specify alternate styles of “plain”, “directory”, or “off” to suppress all p:log output. The value “off” disables all logging, even if individual p:log elements specify an alternate style with cx:logstyle.