Add debug output
This commit is contained in:
parent
c7d8784c78
commit
78d4be8558
@ -109,6 +109,10 @@ fn main() -> Result<()> {
|
|||||||
pretty_env_logger::init();
|
pretty_env_logger::init();
|
||||||
openssl_probe::init_ssl_cert_env_vars();
|
openssl_probe::init_ssl_cert_env_vars();
|
||||||
|
|
||||||
|
eprintln!("CF_ZONE_IDENT {}", statics::CF_ZONE_IDENT.as_str());
|
||||||
|
eprintln!("CF_AUTH_USER {}", statics::CF_AUTH_USER.as_str());
|
||||||
|
eprintln!("CF_AUTH_KEY {}", statics::CF_AUTH_KEY.as_str());
|
||||||
|
|
||||||
Ok(HttpServer::new(move || {
|
Ok(HttpServer::new(move || {
|
||||||
App::new()
|
App::new()
|
||||||
.data(Client::new())
|
.data(Client::new())
|
||||||
|
Loading…
Reference in New Issue
Block a user