mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
output logs to /logstash.conf in our default compose file
This commit is contained in:
@@ -15,5 +15,8 @@ filter {
|
||||
}
|
||||
|
||||
output {
|
||||
stdout { codec => rubydebug }
|
||||
stdout { codec => rubydebug }
|
||||
file {
|
||||
path => "/logstash.log"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user