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
Requiring a config file in order to write a config file seems … sub-optimal.
akumulid --config /tmp/test.cfg init
log4cxx: No appender could be found for logger (main).
log4cxx: Please initialize the log4cxx system properly.
FAILURE can't read config file "/tmp/test.cfg"
The text was updated successfully, but these errors were encountered:
smurfix
changed the title
"akumulid init" doesn't work
"akumulid init" doesn't work without a pre-existing config file
Jun 26, 2020
This should work: akumulid --config=/tmp/foo.cfg --init.
Why boost.program_options doesn't complain about unknown argument is beyond me. I'll try to fix error reporting in such cases.
Requiring a config file in order to write a config file seems … sub-optimal.
The text was updated successfully, but these errors were encountered: