remove logstash debug

main
ycz008 2023-12-15 16:19:08 +08:00
parent fc4dc65b0f
commit 742a6c26f7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ data:
}
output {
stdout { codec => rubydebug }
# stdout { codec => rubydebug }
elasticsearch {
hosts => ["http://elastic:9200"]
index => "%{[env]}-logback-beaconfire-%{+YYYY.MM.dd}"