What is the system property com.glide.cs.debug.topicblocklogging.enabled for?Summary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } The property "com.glide.cs.debug.topicblocklogging.enabled" is introduced as part of PRB PRB1664275 to have additional logging.Topic blocks are a concept in Virtual Agent, where we define a Topic block to use them on different topics to re-use them.The Topic block invocation may run into errors during below scenarios,->When the calling topic is not supplying required parameters,->or supplying required parameters in incorrect syntax,->or when the calling topic and called topic blocks were in different scope and hence not available accross the scope->or called a non existing topic blockThis system property (com.glide.cs.debug.topicblocklogging.enabled) enables validations and adds additional logging for the above mentioned scenarios.If user turns off this property, it should have any functional/technical impact with the topic blocks, additionally it will not have additional validation/logging. Then if any topic block not behaving as expected then user can enable this property.This property is not going to write more logs, as it writes logs only during the time of above mentioned error/exception scenarios.Hence, one may not see the real log growth with this property and it is recommended to leave it as true.