bw/matrix-dimension disable logfile
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
a65301ee89
commit
3fd20de161
2 changed files with 3 additions and 5 deletions
|
@ -89,10 +89,5 @@ stickers:
|
||||||
|
|
||||||
# Settings for controlling how logging works
|
# Settings for controlling how logging works
|
||||||
logging:
|
logging:
|
||||||
file: "${config['data_dir']}/logs/dimension.log"
|
|
||||||
console: true
|
console: true
|
||||||
consoleLevel: info
|
consoleLevel: info
|
||||||
fileLevel: verbose
|
|
||||||
rotate:
|
|
||||||
size: 52428800 # bytes, default is 50mb
|
|
||||||
count: 5
|
|
||||||
|
|
|
@ -34,6 +34,9 @@ files = {
|
||||||
'action:element-web_yarn',
|
'action:element-web_yarn',
|
||||||
'directory:{}'.format(node.metadata['matrix-dimension']['install_dir']),
|
'directory:{}'.format(node.metadata['matrix-dimension']['install_dir']),
|
||||||
},
|
},
|
||||||
|
'triggers': {
|
||||||
|
'svc_systemd:matrix-dimension:restart',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'/etc/systemd/system/matrix-dimension.service': {
|
'/etc/systemd/system/matrix-dimension.service': {
|
||||||
'content_type': 'mako',
|
'content_type': 'mako',
|
||||||
|
|
Loading…
Reference in a new issue