Press F12 and open the dev-console to see the log output. In order to see debug output, you may need to configure your dev-tools properly.
You can copy the yaml-code below and use it as frontmatter for an example page.
You can paste this URL into GitHub Issues to share your setup when filing bugs or questions
{{log "debug logging" level="debug"}}
{{log "info logging" level="info"}}
{{log "info logging is the default"}}
{{log "logging a warning" level="warn"}}
{{log "logging an error" level="error"}}
Handlebars.logger.level = 'error'
console.log('Current log level: ', Handlebars.logger.level, '\n---')
null
Press F12 and open the dev-console to see the log output. In order to see debug output, you may need to configure your dev-tools properly.