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>2025-08-20 00:48:44 +1000
commitb286a0b0f1fcdb511d2dbb8886039cfb0182c89b (patch)
tree83d8d8ec7a575c36f22bfab01fa2708881c3f086 /appsettings.Development.json
parent5b93706343484914370a87fddea29874c8156321 (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"
}
}
}