# Use a verbose mode

Source: https://developer.avalara.com/products/self-serve-tariff-code/integration-guides/classyvue-integration-guide/kcs7622312751104/

Guide: ClassyVue integration guide

# Use a verbose mode

Enable a verbose mode during development to view console logging and inspect the full `onClassifyComplete` result object in nonproduction environments.

Add a `verbose` to the script tag to enable console logging during development:

```

```

Use `verbose` only against nonproduction environments (`stage`, `qa`, or `sbx`). The flag is automatically rejected in `prod` and will throw a console error if included.

When wiring a new integration, use the verbose mode to inspect the full result object returned by `onClassifyComplete` before relying on specific field names in production code.