Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit f72c2fc

Browse files
get rid of annoying startup messages
1 parent 8c1bf5b commit f72c2fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SqlStreamStore.Server/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ private async Task<int> Run()
4747
{
4848
using (var streamStore = await _factory.Create(_cts.Token))
4949
using (var host = new WebHostBuilder()
50+
.SuppressStatusMessages(true)
5051
.UseKestrel()
5152
.UseStartup(new SqlStreamStoreServerStartup(streamStore,
5253
new SqlStreamStoreMiddlewareOptions

0 commit comments

Comments
 (0)