matrix-dimension #43

Closed
sophie wants to merge 15 commits from matrix-dimension into main
2 changed files with 3 additions and 5 deletions
Showing only changes of commit 3fd20de161 - Show all commits

View file

@ -89,10 +89,5 @@ stickers:
# Settings for controlling how logging works
logging:
file: "${config['data_dir']}/logs/dimension.log"
console: true
kunsi marked this conversation as resolved
Review

I think we can omit that, since systemd takes care of the logging part.

I think we can omit that, since systemd takes care of the logging part.
Review

Should the console level be verbose instead of into then?

Should the console level be verbose instead of into then?
Review

I don't think that's needed. We can increase it later, if needed.

I don't think that's needed. We can increase it later, if needed.
Review

Resolved in 3fd20de161 .

Resolved in `3fd20de161 `.
consoleLevel: info
fileLevel: verbose
rotate:
size: 52428800 # bytes, default is 50mb
count: 5

View file

@ -34,6 +34,9 @@ files = {
'action:element-web_yarn',
'directory:{}'.format(node.metadata['matrix-dimension']['install_dir']),
},
'triggers': {
'svc_systemd:matrix-dimension:restart',
},
},
'/etc/systemd/system/matrix-dimension.service': {
'content_type': 'mako',