Skip to content

Commit

Permalink
Remove unnecessary logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdinter committed Sep 7, 2018
1 parent 0adf9f9 commit 205ae59
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions composer/workflows/bq_copy_across_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
# Import operator from plugins
from gcs_plugin.operators import gcs_to_gcs

import google.cloud.logging


# --------------------------------------------------------------------------------
# Set default arguments
Expand Down Expand Up @@ -82,13 +80,6 @@
# Set GCP logging
# --------------------------------------------------------------------------------

# Instantiates a client
client = google.cloud.logging.Client()

# Connects the logger to the root logging handler; by default this captures
# all logs at INFO level and higher
client.setup_logging()

logger = logging.getLogger('bq_copy_us_to_eu_01')

# --------------------------------------------------------------------------------
Expand Down

0 comments on commit 205ae59

Please sign in to comment.