Hi,
Looking at the Configuration examples listed on this URL, I have two questions:
https://www.chirpstack.io/docs/chirpstack/configuration.html
Q1.
[logging]
# Log as JSON.
json=false
# Flatten JSON logs
json=false
Both "Log as JSON" and "Flatten JSON logs" are set to " json=false".
Is this configuration correct?
Q2.
What criteria should be used to set the values for postgresql and sqlite connections?
[postgresql]
max_open_connections=10
[sqlite]
max_open_connections=4
Best,