diff --git a/TOOHUCardAPI/appsettings.Development.json b/TOOHUCardAPI/appsettings.Development.json
index 8983e0f..4f30a00 100644
--- a/TOOHUCardAPI/appsettings.Development.json
+++ b/TOOHUCardAPI/appsettings.Development.json
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
- "Default": "Information",
+ "Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
diff --git a/TOOHUCardAPI/appsettings.Production.json b/TOOHUCardAPI/appsettings.Production.json
index e02243f..a881826 100644
--- a/TOOHUCardAPI/appsettings.Production.json
+++ b/TOOHUCardAPI/appsettings.Production.json
@@ -4,9 +4,9 @@
},
"Logging": {
"LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information"
+ "Default": "Information",
+ "Microsoft": "Warning",
+ "Microsoft.Hosting.Lifetime": "Information"
}
}
}
\ No newline at end of file
diff --git a/TOOHUCardAPI/nlog.config b/TOOHUCardAPI/nlog.config
index aaf415e..4bc6850 100644
--- a/TOOHUCardAPI/nlog.config
+++ b/TOOHUCardAPI/nlog.config
@@ -4,7 +4,7 @@
autoReload="true"
internalLogToConsole="true"
throwConfigExceptions="true"
- internalLogLevel="Info" >
+ internalLogLevel="Trace" >