Skip to content

Commit

Permalink
Merge pull request #10 from gizatechxyz/fix/logging
Browse files Browse the repository at this point in the history
Fix/logging
  • Loading branch information
Gonmeso authored Jan 29, 2024
2 parents 329ec68 + 4f4f07f commit 9976e7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions giza_actions/logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ formatters:

filters:
flow_filter:
(): giza.logger.WordReplacerFilter
class: giza.logger.WordReplacerFilter

handlers:

Expand All @@ -41,7 +41,6 @@ handlers:
level: 0
class: prefect.logging.handlers.PrefectConsoleHandler
formatter: standard
filters: [flow_filter]
styles:
log.web_url: bright_blue
log.local_url: bright_blue
Expand All @@ -62,14 +61,12 @@ handlers:
api:
level: 0
class: prefect.logging.handlers.APILogHandler
filters: [flow_filter]


debug:
level: 0
class: logging.StreamHandler
formatter: debug
filters: [flow_filter]

loggers:
prefect:
Expand Down

0 comments on commit 9976e7e

Please sign in to comment.