Skip to content

Config names are loaded after class's Configure method is called

Names of config objects are set after the properties are configured

Example:

[receiver_storage]
type = gov.usgs.earthquake.aws.JsonProductStorage

image

The [null]s after loading product storage 'receiver_storage' should show as receiver_storage. This is a pretty minor concern but can be confusing as to what actually is being configured

AC

  • Configurable class "names" are set before classes are configured.
Edited by Hawthorne, Bryan D