Skip to content

Commit 1bfb668

Browse files
committed
Suppress message appearing in the workflow definition
1 parent d5692a1 commit 1bfb668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Utils/src/ConfigurableParam.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ int EnumLegalValues::getIntValue(const std::string& value) const
171171
void ConfigurableParam::writeINI(std::string const& filename, std::string const& keyOnly)
172172
{
173173
if (sOutputDir == "/dev/null") {
174-
LOG(INFO) << "ignoring writing of ini file " << filename;
174+
LOG(DEBUG) << "ignoring writing of ini file " << filename;
175175
return;
176176
}
177177
auto outfilename = o2::utils::Str::concat_string(sOutputDir, filename);

0 commit comments

Comments
 (0)