Files
notifications-api/scripts
Leo Hemsted e7b13e727a don't capture logs directly from stdout
previously in run_app_paas.sh, we captured stdout from the app and
piped that into the log file. However, this came up with a bunch of
problems, mainly:

* exceptions with stack traces often weren't formatted properly,
  and kibana could not parse them
* celery logs were duplicated - we'd collect both the json logs and
  the human readable stdout logs.

instead, with the updated utils library, we can use that to log json
straight to the appropriate directory directly.
2017-08-09 15:29:39 +01:00
..
2016-10-04 12:03:07 +01:00
2016-02-16 16:01:50 +00:00
2016-03-09 14:41:36 +00:00
2017-02-01 09:19:32 +00:00