Viewing the Logging Configuration
4 min
log into the application open the logging configuration workspace the application displays the logging configuration workspace, listing the default log settings logging configuration workspace configuring logging each time that you run a service, the application can create a log log in to open the logging configuration workspace click new record the application displays the new record page enter information into the fields field description service name name of the service this list is populated from the service name workspace in the configuration database see logging services docid\ c5rljjj4xtavenebq4h65 log level the log level see logging levels docid\ c5rljjj4xtavenebq4h65 click save enable/disable script logging you can enable or disable additional logs for scripts ( service name is script ) using the disablescriptlevellogging docid\ dgb4v84edr0axvy7mlnnf global constant prior to version 2023 1, when executing scripts, additional logs were generated overriding the configuration starting from version 2023 1, you can decide to include or exclude the additional logs such as the info level logs, using the disablescriptlevellogging global constant to enable/disable script logging from the configuration console, add the global constant disablescriptlevellogging for more info on adding a global constant, see working with global constant docid\ mirdh rhcg0jei2i56fmm enable disablescriptlevellogging set the value of the disablescriptlevellogging global constant as true when executing scripts, additional logs that do not adhere to the configuration will not get logged anymore disable disablescriptlevellogging set the value of the disablescriptlevellogging global constant as false when executing scripts, the logs are generated as they were prior to 2023 1 that is, all additional logs such as info level logs are also generated when the disablescriptlevellogging global constant is not added to the application, the functionality works same as when the disablescriptlevellogging is set as false that is, additional logs are generated
