@shopify/cli-kit
    Preparing search index...

    Function outputDebug

    • Logs a message at the debug level. By default these output is hidden unless the user calls the CLI with --verbose. Debug messages don't get additional formatting. Note: By default, debug messages are sent through the standard error.

      Parameters

      • content: OutputMessage

        The content to be output to the user.

      • logger: Logger = consoleWarn

        The logging function to use to output to the user.

      Returns void