We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436d74e commit 3970a63Copy full SHA for 3970a63
README.md
@@ -96,6 +96,9 @@ static readonly ILoggerFormatter formatter = new VTEXSplunkLoggerFormatter();
96
97
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
98
{
99
+ //TODO: Set your project name
100
+ ILoggerExtensions.SetApplication("ProjectX");
101
+
102
var splunkConfiguration = new SplunkLoggerConfiguration()
103
104
HecConfiguration = new HECConfiguration()
0 commit comments