소스 검색

adds pino config file which set debug on

pull/3257/head
Yan Minagawa 2 년 전
부모
커밋
7753384ad9
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      roles/custom/matrix-bridge-appservice-polychat/tasks/setup_install.yml
  2. +1
    -0
      roles/custom/matrix-bridge-appservice-polychat/templates/pino.json.j2

+ 8
- 0
roles/custom/matrix-bridge-appservice-polychat/tasks/setup_install.yml 파일 보기

@@ -80,6 +80,14 @@
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"

- name: Ensure matrix-appservice-polychat pino.json template exists
ansible.builtin.template:
src: "{{ role_path }}/templates/pino.json.j2"
dest: "{{ matrix_appservice_polychat_config_path }}/pino.json"
mode: 0644
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"

- name: Ensure appservice-polychat registration.yaml installed
ansible.builtin.copy:
content: "{{ matrix_appservice_polychat_registration | to_nice_yaml(indent=2, width=999999) }}"


+ 1
- 0
roles/custom/matrix-bridge-appservice-polychat/templates/pino.json.j2 파일 보기

@@ -0,0 +1 @@
{"level":"debug"}

불러오는 중...
취소
저장