mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 00:11:50 -05:00
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