Announcement

Collapse
No announcement yet.

Release 7.4.1: Added command-line tool to set whether to include stack trace information (if any) in HTTP-API JSON responses for a certain user

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.4.1: Added command-line tool to set whether to include stack trace information (if any) in HTTP-API JSON responses for a certain user

    Added command-line tool includestacktrace to set whether to include stack trace information (if any) in HTTP-API JSON responses for a certain user

    Usage:
    includestacktrace [-e | -d] [-u <userid>] [-c <contextid>] [-h]
    -c,--context <arg> The context id for which to enable logging
    -d,--disable Flag to disable to include stack traces in HTTP-API JSON responses
    -e,--enable Flag to enable to include stack traces in HTTP-API JSON responses
    -h,--help Print usage of the command line tool
    -u,--user <arg> The user id for which to enable logging

    The flags -e and -d are mutually exclusive.


    Output:
    Including stack trace information successfully enabled|disabled for user <user-id> in context <context-id>


    Documentation available at:
    http://oxpedia.org/wiki/index.php?title=AppSuite:Context_management_7_2#in cludestacktrace_.28since_v.7.4.2.29
Working...
X