package software.amazon.iot.logging; class Configuration extends BaseConfiguration { public Configuration() { super("aws-iot-logging.json"); } }