Skip to content

Commit

Permalink
No stack traces on 404s (fixes #291)
Browse files Browse the repository at this point in the history
  • Loading branch information
alq666 committed Dec 9, 2012
1 parent dcc3102 commit 35c9a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Licensed under Simplified BSD License (see LICENSE)
(C) Boxed Ice 2010 all rights reserved
(C) Datadog, Inc. 2010 all rights reserved
(C) Datadog, Inc. 2010-2012 all rights reserved
'''

# Standard imports
Expand Down Expand Up @@ -246,7 +246,7 @@ def run(self):
settings = dict(
cookie_secret="12oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo=",
xsrf_cookies=False,
debug=True,
debug=False,
)

tornado.web.Application.__init__(self, handlers, **settings)
Expand Down

0 comments on commit 35c9a26

Please sign in to comment.