https://github.com/octoposprime/op-be-logging
OctopOS Prime Backend Logging Service
https://github.com/octoposprime/op-be-logging
backend golang logging microservice
Last synced: about 1 year ago
JSON representation
OctopOS Prime Backend Logging Service
- Host: GitHub
- URL: https://github.com/octoposprime/op-be-logging
- Owner: octoposprime
- License: mit
- Created: 2024-01-22T13:29:42.000Z (over 2 years ago)
- Default Branch: phase1
- Last Pushed: 2024-05-31T20:27:44.000Z (about 2 years ago)
- Last Synced: 2024-06-21T14:05:56.249Z (about 2 years ago)
- Topics: backend, golang, logging, microservice
- Language: Go
- Homepage: http://www.octoposprime.com
- Size: 71.3 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# op-be-logging
The Logging Services for the Backend Layer of OctopOSPrime
[](https://github.com/octoposprime/op-be-logging/actions/workflows/ci.yml)
[](https://github.com/octoposprime/op-be-logging/actions/workflows/cd.yml)
## Pre-Requirements
## Development Environment
You have to see  before development.
#### .env
```
POSTGRES_USERNAME=op
POSTGRES_PASSWORD=op
POSTGRES_DATABASE=op
JWT_SECRET_KEY=op
REDIS_PASSWORD=op
```
#### Local Run
```
make local-run
```
#### Docker Run
```
TEST=true POSTGRES_USERNAME=op POSTGRES_PASSWORD=op JWT_SECRET_KEY=op REDIS_PASSWORD=op make docker-build
make docker-run
```