summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-01 13:03:57 +1000
committerJake Mannens <jake@asger.xyz>2023-09-01 13:03:57 +1000
commit11f8eac60abfd52d59e84ba7b3c1c1c042c03941 (patch)
tree5801c55afd9682f7fd6a0e2480417ee87af9465e /appsettings.Development.json
parent9d4c33a4cdd1b82db831ca6c71e8fdc2f9f63f58 (diff)
Merged OCR functionality
Diffstat (limited to 'appsettings.Development.json')
-rw-r--r--appsettings.Development.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json
index 770d3e9..6860045 100644
--- a/appsettings.Development.json
+++ b/appsettings.Development.json
@@ -3,7 +3,8 @@
"Logging": {
"LogLevel": {
"Default": "Information",
- "Microsoft.AspNetCore": "Warning"
+ "Microsoft.AspNetCore": "Warning",
+ "HyperBooru.Services.OcrService": "Debug"
}
}
}