- Introduced Dockerfile and .dockerignore for containerization of the backend service. - Added logging configuration with support for daily rolling logs and customizable log levels. - Enhanced the server to utilize structured logging with zap, including detailed request and error logging. - Updated configuration to include logging parameters and proxy settings. - Implemented tests for logging configuration and proxy settings.
14 lines
85 B
Plaintext
14 lines
85 B
Plaintext
.git
|
|
.gitignore
|
|
.claude
|
|
|
|
docs
|
|
|
|
cmd/server.exe
|
|
*.log
|
|
*.out
|
|
|
|
config.json
|
|
|
|
**/*_test.go
|