Skip to content

Commit

Permalink
Set log level to warn for githook
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Aug 24, 2018
1 parent 80fff14 commit eafc687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/invocation/git/runOnGitHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
* limitations under the License.
*/

import { setLogLevel } from "@atomist/automation-client/internal/util/logger";
setLogLevel("warn");

import { logger } from "@atomist/sdm";
import { DefaultWorkspaceContextResolver } from "../../../common/binding/defaultWorkspaceContextResolver";
import { isAtomistTemporaryBranch } from "../../../sdm/binding/project/FileSystemProjectLoader";
Expand Down

0 comments on commit eafc687

Please sign in to comment.