The default messages printed when the process panics because the
configuration could not be loaded or the application context could not
be initialized are somewhat difficult to read. Instead of calling
`unwrap` in these cases, we need to explicitly handle the errors and
print more appropriate messages.