mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d6c217b777
Previously by default GitClient would log the commands it was executing at the INFO level. This change moves the default level of this logging to DEBUG, while still allowing callers of the methods to set the log level back to INFO. PR Close #41899