Skip to content

Commit

Permalink
Change default logName
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanhui1228 committed May 16, 2017
1 parent 2591ef1 commit 38f62d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/google/cloud/logging/handlers/app_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class AppEngineHandler(CloudLoggingHandler):
to the global resource type.
"""

DEFAULT_LOGGER_NAME = 'projects/{}/logs/app'.format(os.environ.get(_GAE_PROJECT_ENV))
DEFAULT_LOGGER_NAME = 'app'

def __init__(self, client,
transport=BackgroundThreadTransport):
Expand Down

0 comments on commit 38f62d9

Please sign in to comment.