[manual] Write logs to /var/log/zulip rather than /var/log/humbug.
This requires a puppet apply to update the supervisor configuration. (imported from commit f2836b6d9c53791af6f6ceb1650d0e0740df70ab)
This commit is contained in:
parent
d706057ed8
commit
91750aa8a8
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ class StreamLogger(object):
|
|||
self.logger.log(self.log_level, self.buffer.rstrip())
|
||||
self.buffer = ""
|
||||
|
||||
logging.basicConfig(filename="/var/log/humbug/feedback-bot.log",
|
||||
logging.basicConfig(filename="/var/log/zulip/feedback-bot.log",
|
||||
level=logging.DEBUG, format="%(asctime)s %(levelname)s\t%(message)s")
|
||||
|
||||
# The API prints to stdout, so capture and format those messages as well.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue