HomeDevCentral

Provision error logs by service and instance on PaaS Docker

Description

Provision error logs by service and instance on PaaS Docker

Summary:
Currently, logs are unified into a single log file.

If that eases push to ElasticSearch / OpenSearch,
it doesn't offer a comfortable reading with grep/tail/etc.

The new structure will store log files in:

  • /var/log/www/<service>/<instance>-error.log
  • /var/log/www/<service>/<instance>-access.log

For a service, for example Phabricator, all the containers
have their web logs in the same place, to ease grep search.

Test Plan: Deploy on Dwellers

Reviewers: DorianWinty, sandrined

Reviewed By: sandrined

Differential Revision: https://devcentral.nasqueron.org/D3632

Details

Provenance
derecksonAuthored on Sep 11 2025, 18:45
derecksonPushed on Fri, Nov 14, 16:55
derecksonPushed on Fri, Nov 14, 16:51
Reviewer
sandrined
Differential Revision
D3632: Provision error logs by service and instance on PaaS Docker
Parents
rOPS942e311c87c1: Create new user account for Sandrine
Branches
Unknown
Tags
Unknown