Skip to content

Commit

Permalink
chore(enterprise): increase streamed log level
Browse files Browse the repository at this point in the history
  • Loading branch information
thsig authored and edvald committed Oct 5, 2020
1 parent a0d3833 commit 951031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/logger/log-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface WorkflowStepMetadata {
index: number
}

export const EVENT_LOG_LEVEL = LogLevel.info
export const EVENT_LOG_LEVEL = LogLevel.debug

interface MessageBase {
msg?: string
Expand Down

0 comments on commit 951031f

Please sign in to comment.