ddrt.properties 1.3 KB

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