We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5692a1 commit 1bfb668Copy full SHA for 1bfb668
1 file changed
Common/Utils/src/ConfigurableParam.cxx
@@ -171,7 +171,7 @@ int EnumLegalValues::getIntValue(const std::string& value) const
171
void ConfigurableParam::writeINI(std::string const& filename, std::string const& keyOnly)
172
{
173
if (sOutputDir == "/dev/null") {
174
- LOG(INFO) << "ignoring writing of ini file " << filename;
+ LOG(DEBUG) << "ignoring writing of ini file " << filename;
175
return;
176
}
177
auto outfilename = o2::utils::Str::concat_string(sOutputDir, filename);
0 commit comments