mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-13 18:44:45 +02:00
「✨」 feat(logstash/scoreStore): added scoreStore logs to logstash
This commit is contained in:
@ -8,6 +8,7 @@ services:
|
||||
- log-user:/var/log/user-api
|
||||
- log-auth:/var/log/auth-api
|
||||
- log-nginx:/var/log/nginx
|
||||
- log-scoreStore:/var/log/scoreStore
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
networks:
|
||||
|
@ -19,6 +19,11 @@ input {
|
||||
start_position => "beginning"
|
||||
tags => [ "nginx", "front", "error" ]
|
||||
}
|
||||
file {
|
||||
path => "/var/log/scoreStore/log.log"
|
||||
start_position => "beginning"
|
||||
tags => [ "api", "scoreStore" ]
|
||||
}
|
||||
}
|
||||
|
||||
output {
|
||||
|
Reference in New Issue
Block a user