Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property sets the verbosity of logging for project scripts, ranging from no logging to detailed task information. |
| What area does it affect? |
Project Administration |
| What does the default mean? |
The default value is "0", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when debugging project scripts or when detailed logging is needed for troubleshooting. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.snc.project.loglevel |
| Sys ID |
32282ee9bf4030009b5ebeba3f073949 |
| Type |
choice list |
| Application |
Global |
| Default value |
0 |
| Description |
Enable debugging of new project scripts. Script output is visible in console debugging, so you should also run the Debug Log module.
0 : No project logging, only the system warnings and errors
1 : Info level logging, only where entry points to function calls are logged
2 : Debug level, all the debugging details are logged
3 : Detailed log level, where even the task details are logged |
| Updated |
2012-08-28 12:28:53 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... of the respective companies with which they are associated. 27 com.snc.project.default_schedule Stores the sys_id of the default schedule attached to projects. • Type: string • Location: System Property [sys_properties] table com.snc.project.loglevel Automatically resubmits timed-out Ajax requests. • Type: choice list • Default value: 0 (debugging disabled) • Location: System Property [sys_properties] table com.snc.project.wbs_gantt Automatically resubmits timed-out Ajax requests. • Type: true ...
Related properties