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 configures the verbosity level of logs for the Code Search application, allowing options from no logs to detailed debugging information. |
| What area does it affect? |
Code Search logging |
| What does the default mean? |
The default value is "error", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when troubleshooting search issues or adjusting log detail for performance. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_codesearch.logging.verbosity |
| Sys ID |
611aec32d7120200b6bddb0c82520359 |
| Type |
choice list |
| Application |
Code Search |
| Default value |
error |
| Description |
Code Search log verbosity. Set to "error" by default. Options are:
off : Do not generate any logs.
error : Show only critical errors which may prevent the search from completing will be shown.
warn : Show warning which indicates possible unexpected changes in behavior while searching, in addition to any errors.
info : Show progress messages as the Code Search application searches for results. Also shows warnings and error messages.
debug : Show information that may be useful while debugging the application, like the values of queries run. Also includes info, warn, and error messages. |
| Updated |
2024-05-25 03:39:00 |
Related properties