I'm running Dataform at version 2.9.0 locally. When I execute the dataform command such as
dataform run, dataform compile or
dataform --version
the following logs appear in the terminal:
{"level":"INFO","message":"[3:35:10.407 PM]: Configuring logger with level: 2, filePath: undefined, additionalLogToConsole: undefined"}
Compiling...
At the same time, a file named snowflake.log is created in the project's root folder, containing these logs.
Each time I execute a command, a new log entry is appended to the file.

In earlier versions of the 2.9.0 package, this issue did not occur.
I suspect that a dependency has enabled logging by default and inadvertently pushed it to production.
I'm running Dataform at version 2.9.0 locally. When I execute the dataform command such as
dataform run,dataform compileordataform --versionthe following logs appear in the terminal:
At the same time, a file named snowflake.log is created in the project's root folder, containing these logs.

Each time I execute a command, a new log entry is appended to the file.
In earlier versions of the 2.9.0 package, this issue did not occur.
I suspect that a dependency has enabled logging by default and inadvertently pushed it to production.