ddrt.properties 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # localddtrace
  2. # Orchestration Designer builtin tracing in the trace.log [enabled|disabled]
  3. # localapptrace
  4. # Application tracing in the trace.log [enabled|disabled]
  5. # showxml
  6. # Enables display of the generated XML output in the trace.log. [enabled|disabled]
  7. # showxmlroot
  8. # Enables display of the generated XML output for the AppRoot in the trace.log. [once|always|never]
  9. # The default is once if this property is not specified.
  10. # xmlrootinline
  11. # Enables generation of the approot inline [enabled|disabled]
  12. # The default is enabled if this property is not specified.
  13. # This results in 1/2 as many page fetches.
  14. # localreportlog
  15. # Enables the local report.log on platforms (Voice Portal) when the local log
  16. # is normally disabled. [enabled|disabled]
  17. # frameworkreporting
  18. # Enables application framework reporting in the report.log. This is reporting that tracks the
  19. # path a caller takes through an application. [enabled|disabled]
  20. # localsoaptrace
  21. # Enables the WSOP to print the soap request and soap response to the console
  22. # is normally disabled. [enabled|disabled]
  23. # showcaughtexceptions
  24. # Enables display of stack trace on caught exceptions in the runtime
  25. # is normally disabled. [enabled|disabled]
  26. localddtrace=disabled
  27. localapptrace=disabled
  28. showxml=disabled
  29. showxmlroot=once
  30. localreportlog=disabled
  31. frameworkreporting=disabled
  32. localsoaptrace=disabled
  33. xmlrootinline=enabled
  34. showcaughtexceptions=disabled