Added Serilog logging, added Elmah error logging, added health checks
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Overview
|
||||
|
||||
The indexer by default
|
||||
- runs on port 5210
|
||||
- Uses Swagger UI in development mode (endpoint: `/swagger/index.html`)
|
||||
- Ignores API keys when in development mode
|
||||
- Uses Elmah error logging (endpoint: `/elmah`, local files: `~/logs`)
|
||||
- Uses serilog logging (local files: `~/logs`)
|
||||
## Installing the dependencies
|
||||
## Ubuntu 24.04
|
||||
1. Install the .NET SDK: `sudo apt update && sudo apt install dotnet-sdk-8.0 -y`
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
The server by default
|
||||
- runs on port 5146
|
||||
- Uses Swagger UI in development mode (`/swagger/index.html`)
|
||||
- Ignores API keys when not in development mode
|
||||
- Ignores API keys when in development mode
|
||||
|
||||
# Installing the dependencies
|
||||
## Ubuntu 24.04
|
||||
|
||||
Reference in New Issue
Block a user