You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are correct, many parts of the config file are evaluated late, after --check does its thing. --check basically only does a 'does this look like an INI style file?'
--check does not check syntax error.
for
[new section]
node.id = something
I had a - instead of _ mistake in
max.chan-ratio (instead of max.chan_ratio
Also I had spelling mistake
strategy = proportional
These were not caught during --check and instead they were caught in --dry-run
The text was updated successfully, but these errors were encountered: