---
title: "Enable Debug Logging on the Zuplo CLI"
description: ""
canonicalUrl: "https://zuplo.com/changelog/2025/05/30/log-verbosity"
pageType: "changelog"
date: "2025-05-30"
---
The [Zuplo CLI](https://www.npmjs.com/package/@zuplo/cli) now has the option to
enable debug logs for greater visibility into errors and warnings.

Supported flags are:

- `-v` enables verbose output (warnings and errors)
- `-vv` enables very verbose output (info, warnings and errors)
- `-vvv` enables extremely verbose output (debug, info, warnings and errors)

These flags are available in `@zuplo/cli@6.51.50` or newer. You can also upgrade
by running `npm i @zuplo/cli@latest`.