Skip to content

Commit

Permalink
Validate new YAML options
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate committed Apr 11, 2024
1 parent 480a11e commit ef3e730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastddsspy_yaml/src/cpp/YamlReaderConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ void Configuration::load_specs_configuration_(
const std::set<TagType> tags{
NUMBER_THREADS_TAG,
SPECS_QOS_TAG,
GATHERING_TIME_TAG};
GATHERING_TIME_TAG,
LOG_CONFIGURATION_TAG};

YamlValidator::validate_tags(yml, tags);

Expand Down

0 comments on commit ef3e730

Please sign in to comment.