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

Commit 1633c3a

Browse files
Leh2mivano
authored andcommitted
Fix indentation (#128)
1 parent c2aa0ea commit 1633c3a

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
@@ -47,7 +47,7 @@ This example shows the options that are currently available when using the appSe
4747
<add key="serilog:write-to:Elasticsearch.bufferBaseFilename" value="C:\Temp\SerilogElasticBuffer"/>
4848
<add key="serilog:write-to:Elasticsearch.bufferFileSizeLimitBytes" value="5242880"/>
4949
<add key="serilog:write-to:Elasticsearch.bufferLogShippingInterval" value="5000"/>
50-
<add key="serilog:write-to:Elasticsearch.connectionGlobalHeaders" value="Authorization=Bearer SOME-TOKEN;OtherHeader=OTHER-HEADER-VALUE" />
50+
<add key="serilog:write-to:Elasticsearch.connectionGlobalHeaders" value="Authorization=Bearer SOME-TOKEN;OtherHeader=OTHER-HEADER-VALUE" />
5151
</appSettings>
5252
```
5353

@@ -122,7 +122,7 @@ In your `appsettings.json` file, under the `Serilog` node, :
122122
"bufferBaseFilename": "C:/Temp/LogDigipolis/docker-elk-serilog-web-buffer",
123123
"bufferFileSizeLimitBytes": 5242880,
124124
"bufferLogShippingInterval": 5000,
125-
"connectionGlobalHeaders" :"Authorization=Bearer SOME-TOKEN;OtherHeader=OTHER-HEADER-VALUE"
125+
"connectionGlobalHeaders" :"Authorization=Bearer SOME-TOKEN;OtherHeader=OTHER-HEADER-VALUE"
126126
}
127127
}]
128128
}

0 commit comments

Comments
 (0)