How to specify the log path in the configuration file

How to specify the log path in the configuration file

root@1:~# cat aeternity.yaml
sync:
port: 3015

keys:
dir: keys
peer_password: “secret”

http:
external:
port: 3013
internal:
port: 3113

websocket:
channel:
port: 3014

mining:
autostart: false

chain:
persist: true
db_path: ./maindb

fork_management:
network_id: ae_mainnet

log: “./”

log: “./” it is not work for me

1 Like