Difference between revisions of "Developer Configuration"

From AgileApps Support Wiki
imported>Aeric
 
imported>Aeric
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Designer > Global Resources > Developer Configuration'''
'''[[File:GearIcon.png]] > Customization > Developer Resources > Developer Configuration'''


:;Namespace:
:;Namespace:
Line 10: Line 10:


:;Debug Log Level:
:;Debug Log Level:
::*Determines the level of information stored in the log. <tt>FATAL</tt> is the lowest level. It records the least amount of information. Each higher level records successively more information.
::*Determines the level of information stored in the log. <tt>FATAL</tt> is the highest level. It records the least amount of information. Each lower level records successively more information.
::*Possible values:
::*Possible values:
::**<tt>FATAL</tt>: Only fatal error messages are recorded.
::**<tt>ERROR</tt>: Error messages and fatal errors are recorded.
::**<tt>WARN</tt>: Warnings, errors, and fatal errors are recorded.
::**'''<tt>INFO</tt>''' (default): Debug messages coded into user classes are recorded, along with informative messages coded into the platform.
::**<tt>DEBUG</tt>: Debug messages coded into the platform are recorded.
::**<tt>TRACE</tt>: Every step the platform takes is recorded.
::**<tt>TRACE</tt>: Every step the platform takes is recorded.
::**<tt>DEBUG</tt>: Debug messages coded into the platform are recorded.
::**'''<tt>INFO</tt>''' (default): Debug messages coded into user classes are recorded, along with informative messages coded into the platform.
::**<tt>WARN</tt>: Warnings, errors, and fatal errors are recorded.
::**<tt>ERROR</tt>: Error messages and fatal errors are recorded.
::**<tt>FATAL</tt>: Only fatal error messages are recorded.


<noinclude>[[Category:Develop| 90]]</noinclude>
{{Note|<br>Although it is unlikely you will ever need it, the REST [[REST API:developConfig Resource|developConfig]] API can also be used to set these values.}}

Latest revision as of 22:52, 12 June 2014

GearIcon.png > Customization > Developer Resources > Developer Configuration

Namespace
The identifier specified here becomes the high-level package name for all classes created by the tenant.
Considerations
  • When a tenant is created, the namespace is blank
  • Namespace must be unique for each tenant (each AgileApps Cloud platform instance)
  • Namespace cannot be changed in the Production Instance, and is visible as Read-only data
  • Namespace can be changed in a Development Instance
Debug Log Level
  • Determines the level of information stored in the log. FATAL is the highest level. It records the least amount of information. Each lower level records successively more information.
  • Possible values:
    • FATAL: Only fatal error messages are recorded.
    • ERROR: Error messages and fatal errors are recorded.
    • WARN: Warnings, errors, and fatal errors are recorded.
    • INFO (default): Debug messages coded into user classes are recorded, along with informative messages coded into the platform.
    • DEBUG: Debug messages coded into the platform are recorded.
    • TRACE: Every step the platform takes is recorded.

Notepad.png

Note:
Although it is unlikely you will ever need it, the REST developConfig API can also be used to set these values.