Skip to content

Commit

Permalink
New test
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 8, 2019
1 parent 452be4f commit 95773fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier_extras/parts/diag/part.py
Expand Up @@ -147,7 +147,7 @@ def before_request(self):
def after_request(self):
try:
if self.output: self._output_log()
#if self.store: self._store_log()
if self.store: self._store_log()
#if self.loggly: self._loggly_log()
#if self.logstash: self._logstash_log()
except Exception as exception:
Expand Down

0 comments on commit 95773fd

Please sign in to comment.