mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 18:57:37 +01:00
Remove logging to /var/log and make readonly
This commit is contained in:
parent
2309a61cb0
commit
d5c82a5221
@ -108,12 +108,6 @@ logging:
|
|||||||
normal:
|
normal:
|
||||||
format: '[%(asctime)s] [%(levelname)s@%(name)s] %(message)s'
|
format: '[%(asctime)s] [%(levelname)s@%(name)s] %(message)s'
|
||||||
handlers:
|
handlers:
|
||||||
file:
|
|
||||||
class: logging.handlers.RotatingFileHandler
|
|
||||||
formatter: normal
|
|
||||||
filename: /var/log/maubot.log
|
|
||||||
maxBytes: 10485760
|
|
||||||
backupCount: 10
|
|
||||||
console:
|
console:
|
||||||
class: logging.StreamHandler
|
class: logging.StreamHandler
|
||||||
formatter: colored
|
formatter: colored
|
||||||
@ -126,4 +120,4 @@ logging:
|
|||||||
level: INFO
|
level: INFO
|
||||||
root:
|
root:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
handlers: [file, console]
|
handlers: [console]
|
||||||
|
@ -20,6 +20,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-maubot \
|
|||||||
--log-driver=none \
|
--log-driver=none \
|
||||||
-e UID={{ matrix_user_uid }} \
|
-e UID={{ matrix_user_uid }} \
|
||||||
-e GID={{ matrix_user_gid }} \
|
-e GID={{ matrix_user_gid }} \
|
||||||
|
--read-only \
|
||||||
-v {{ matrix_bot_maubot_data_path }}:{{ matrix_bot_maubot_container_data_dir }}:z \
|
-v {{ matrix_bot_maubot_data_path }}:{{ matrix_bot_maubot_container_data_dir }}:z \
|
||||||
{% for arg in matrix_bot_maubot_container_extra_arguments %}
|
{% for arg in matrix_bot_maubot_container_extra_arguments %}
|
||||||
{{ arg }} \
|
{{ arg }} \
|
||||||
|
Loading…
Reference in New Issue
Block a user