mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
more logging.
This commit is contained in:
@@ -31,6 +31,8 @@ namespace NzbDrone.Owin
|
||||
App = GetType().AssemblyQualifiedName
|
||||
};
|
||||
|
||||
_logger.Info("starting server on {0}", options.Url);
|
||||
|
||||
_host = WebApplication.Start(options, BuildApp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user