fix: restore deletion audit of individual objects (#6644)
This commit is contained in:
8
docker/compose/fluent.conf
Normal file
8
docker/compose/fluent.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
<source>
|
||||
@type forward
|
||||
port 24224
|
||||
</source>
|
||||
|
||||
<match **>
|
||||
@type stdout # Output logs to container's stdout (visible via `docker logs`)
|
||||
</match>
|
||||
Reference in New Issue
Block a user