snowflakedb / snowflake-cli

Snowflake CLI is an open-source command-line tool explicitly designed for developer-centric workloads in addition to SQL operations.

Home Page:https://docs.snowflake.com/developer-guide/snowflake-cli-v2/index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNOW-999003: Nativeapp: unify print with log.info

sfc-gh-pczajka opened this issue · comments

Description

nativeapp uses "print" to show user current execution status, while the rest of the snowcli use "log.info"
After introducing file logging (SNOW-986254) log messages are concurrently saved to a file.

To be discussed: current default console output level is set to "ERROR" ("INFO" for --verbose)

Context

No response

Closing thanks to #659