benscode-StitcherApi/appsettings.Development.json
gelaws-hub 4ed4eea462 feat : algorithm improvements
- use FastStitchProcessor when the canvas is either large, tall or wide (original algorithm)
- introduce StreamingProcessor algorithm for better robust performance
- add logger
2025-08-01 20:18:01 +07:00

9 lines
149 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"StitcherApi": "Debug"
}
}
}