test log config from environment

This commit is contained in:
Michael Davidsaver
2021-05-05 22:26:16 -07:00
parent 3dcf2f59fe
commit d3979fb56d
2 changed files with 27 additions and 3 deletions
-1
View File
@@ -171,7 +171,6 @@ struct logger_gbl_t {
for(auto& tup : config) {
if(epicsStrGlobMatch(name.c_str(), tup.first.c_str())) {
lvl = tup.second;
break;
}
}
}