Skip to content

Commandline Args

Enrico Gamberini requested to merge connection_log_lvl into develop

Added a seperate optional logging level for connections. Default is "WARNING" Moved setup of logs and parsing of commandline-args out of daqling.cpp. Put commandline-args into an object created for this purpose. Hides the parsing of the args from main. Makes it easier to change how the args are parsed, e.g. with boost::program_options.

Edited by Enrico Gamberini

Merge request reports