Skip to content

Commit 37d3874

Browse files
authored
Update Readme files.
1 parent ae62bb9 commit 37d3874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
6565
}
6666
```
6767

68-
Default url to view logs is `http://<your-app>/serilog-ui`. If you want to change this url path, just config route prefix:
68+
Default url to view log page is `http://<your-app>/serilog-ui`. If you want to change this url path, just config route prefix:
6969
```csharp
7070
app.UseSerilogUi(option => option.RoutePrefix = "logs");
7171
```
7272
**Authorization configuration required**
7373

74-
By default serilog-ui allows access to log page only for local requests. In order to give appropriate rights for production use, configuring authorization.You can secure log viewer by allwoing specific users or roles to view logs:
74+
By default serilog-ui allows access to log page only for local requests. In order to give appropriate rights for production use, you need to configuring authorization. You can secure log page by allwoing specific users or roles to view logs:
7575
```csharp
7676
public void ConfigureServices(IServiceCollection services)
7777
{

0 commit comments

Comments
 (0)