@Override
public void contextInitialized(final ServletContextEvent event) {
try {
Manifests.append(event.getServletContext());
this.hosts = new SyslogHosts(new DynamoHosts());
this.cloudwatch = new ScheduledCloudWatch();
} catch (final IOException ex) {
Logger.error(
this,
"#contextInitialized(): %[exception]s",