Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Not set the default logger, aiohttp already has its defined loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbare committed Dec 19, 2016
1 parent 65f8d4d commit 41acf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone.server/plone/server/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def update_app_settings(settings):
def make_app(config_file=None, settings=None):

# Initialize aiohttp app
app = web.Application(router=TraversalRouter(), logger=logger)
app = web.Application(router=TraversalRouter())

# Create root Application
root = ApplicationRoot(config_file)
Expand Down

0 comments on commit 41acf99

Please sign in to comment.