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 a9a7009 commit 1baf49aCopy full SHA for 1baf49a
LearningHub.Nhs.UserApi/Program.cs
@@ -11,6 +11,7 @@
11
var logger = NLogBuilder.ConfigureNLog("nlog.config").GetCurrentClassLogger();
12
13
var csp = "object-src 'none'; frame-ancestors 'none'; sandbox allow-forms allow-same-origin allow-scripts allow-popups; base-uri 'self';";
14
+
15
try
16
{
17
logger.Debug("Log Started");
0 commit comments