data_transfer_log_level
only supports LOG_NOTICE
and LOG_DEBUG
#282
Labels
data_transfer_log_level
only supports LOG_NOTICE
and LOG_DEBUG
#282
If the configuration value string is anything other than "LOG_NOTICE", it will remain at the default level of
LOG_DEBUG
.Here's the default value:
irods_capability_storage_tiering/include/irods/private/storage_tiering/configuration.hpp
Lines 26 to 27 in 8d0872f
And here's where we are overriding the value in configuration:
irods_capability_storage_tiering/src/configuration.cpp
Lines 78 to 83 in 8d0872f
We are using the
LOG_<level>
semantics of the legacy iRODS logging. We might want to change these strings to be like our new logging system (i.e. "trace", "debug", "info", "warn", "error"). In fact, we might want to consider creating a log category for this plugin...The text was updated successfully, but these errors were encountered: