You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ApolloCodegenLib to script codegen, and want to reduce the verbosity of the output. I found that I could do CodegenLogger.level = .error, but I still see this output:
SHASUM of downloaded file: 479e1c12adf631c43c093fdd9dd8e5c8eed33cb15e39de7165ce6f5e7f759904
Bug report
I'm using
ApolloCodegenLib
to script codegen, and want to reduce the verbosity of the output. I found that I could doCodegenLogger.level = .error
, but I still see this output:I've traced it to
apollo-ios/Sources/ApolloCodegenLib/CLIExtractor.swift
Line 138 in 55c5db8
CodegenLogger.log
instead ofprint
.Versions
Please fill in the versions you're currently using:
apollo-ios
SDK version: 0.39.0 (but I see this on the tip of main as well)Steps to reproduce
Script
ApolloCodegenLib
, setCodegenLogger.level = .error
, download a schema. "SHASUM of downloaded file..." continues to print.The text was updated successfully, but these errors were encountered: