mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Reduce severity of the missing channel cfg on command line
It is a valid use case to create the config programmatically at a later stage.
This commit is contained in:
parent
b06efc401e
commit
226733c653
|
@ -40,7 +40,7 @@ Config::Config(const string& name, Plugin::Version version, const string& mainta
|
|||
LOG(debug) << "channel-config: Parsing channel configuration";
|
||||
SetProperties(SuboptParser(GetProperty<vector<string>>("channel-config"), idForParser));
|
||||
} else {
|
||||
LOG(warn) << "fair::mq::plugins::Config: no channels configuration provided via --mq-config or --channel-config";
|
||||
LOG(info) << "fair::mq::plugins::Config: no channels configuration provided via --mq-config or --channel-config";
|
||||
}
|
||||
} catch (exception& e) {
|
||||
LOG(error) << e.what();
|
||||
|
|
Loading…
Reference in New Issue
Block a user