summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBill Nottingham <notting@splat.cc>2020-05-13 04:32:57 +0200
committerShane McDonald <me@shanemcd.com>2020-05-14 21:02:32 +0200
commit8b51e8eb8292ff848f9c13c22dfb29885e53b1a5 (patch)
treef693cb4e5aa66e2a0045a3ca0c22dff067cb7acb /tools
parentReorganize both dev and prod container builds (diff)
downloadawx-8b51e8eb8292ff848f9c13c22dfb29885e53b1a5.tar.xz
awx-8b51e8eb8292ff848f9c13c22dfb29885e53b1a5.zip
Stage rsyslog.conf from existing version so we don't have two copies.
Diffstat (limited to 'tools')
-rw-r--r--tools/docker-compose/rsyslog.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/docker-compose/rsyslog.conf b/tools/docker-compose/rsyslog.conf
deleted file mode 100644
index ce31c14e9c..0000000000
--- a/tools/docker-compose/rsyslog.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-$WorkDirectory /var/lib/awx/rsyslog
-$MaxMessageSize 700000
-$IncludeConfig /var/lib/awx/rsyslog/conf.d/*.conf
-module(load="imuxsock" SysSock.Use="off")
-input(type="imuxsock" Socket="/var/run/awx-rsyslog/rsyslog.sock" unlink="on")
-template(name="awx" type="string" string="%msg%")
-action(type="omfile" file="/dev/null")