Skip to content

Commit 0ece981

Browse files
committed
Rename to logfile instead of log to match input name
1 parent 2ce4295 commit 0ece981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/checkpoint/_dev/deploy/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '2.3'
22
services:
3-
checkpoint-firewall-log:
3+
checkpoint-firewall-logfile:
44
image: alpine
55
volumes:
66
- ./sample_logs:/sample_logs:ro

packages/checkpoint/data_stream/firewall/_dev/test/system/test-log-config.yml renamed to packages/checkpoint/data_stream/firewall/_dev/test/system/test-logfile-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
service: checkpoint-firewall-log
1+
service: checkpoint-firewall-logfile
22
input: logfile
33
vars:
44
paths:

0 commit comments

Comments
 (0)