tokenbridge/deployment/roles/common/templates/30-docker.conf.j2
Przemyslaw Rzad 4281adfd95
UI logging (#131)
* Introduced logging task for the ui

* Do not update repo to allow multiple apps

* Setup logging first

* Different template names

* Separate docker logging config

* Removed duplication

* Common logging task.

* Tests.

* Lint.

* Commented out syslog server port for ui

* Testing file permissions.
2019-07-09 17:00:12 +02:00

7 lines
123 B
Django/Jinja

$FileCreateMode 0644
if $programname startswith 'docker' then \
/var/log/docker/no_tag/docker.log
$FileCreateMode 0600