mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +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";
|
LOG(debug) << "channel-config: Parsing channel configuration";
|
||||||
SetProperties(SuboptParser(GetProperty<vector<string>>("channel-config"), idForParser));
|
SetProperties(SuboptParser(GetProperty<vector<string>>("channel-config"), idForParser));
|
||||||
} else {
|
} 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) {
|
} catch (exception& e) {
|
||||||
LOG(error) << e.what();
|
LOG(error) << e.what();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user