mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-09-06 00:01:14 +00:00
update main.rs add print info
This commit is contained in:
+3
-1
@@ -45,7 +45,9 @@ async fn main() -> RustMailerResult<()> {
|
||||
info!("Starting rustmailer-server");
|
||||
info!("Version: {}", rustmailer_version!());
|
||||
info!("Git: [{}]", env!("GIT_HASH"));
|
||||
|
||||
info!("Project: https://rustmailer.com");
|
||||
info!("GitHub: https://github.com/rustmailer/rustmailer");
|
||||
|
||||
if let Err(error) = initialize().await {
|
||||
eprintln!("{:?}", error);
|
||||
return Err(error);
|
||||
|
||||
Reference in New Issue
Block a user