Skip to content

Commit

Permalink
Merge pull request #2637 from consideRatio/pr/fix-staging
Browse files Browse the repository at this point in the history
Fix another typo that broke staging
  • Loading branch information
consideRatio committed May 24, 2023
2 parents dc0a877 + 936f655 commit 7602651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ binderhub:
# for now. Should be fixed in https://github.com/googleapis/google-cloud-python/pull/6293
name = os.environ.get("EVENT_LOG_NAME") or "binderhub-events-text"
get_logger().info("Sending event logs to %s/logs/%s", client.project, name)
return [JSONCloudLoggingHandler(client, name=name]
return [JSONCloudLoggingHandler(client, name=name)]
c.EventLog.handlers_maker = _make_eventsink_handler
registry:
Expand Down

0 comments on commit 7602651

Please sign in to comment.