Skip to content

Commit

Permalink
chore: promtail config 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
5uhwann committed Sep 24, 2024
1 parent 60a459f commit 315a99f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ebextensions/02-install-promtail.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ container_commands:
- localhost
labels:
job: all_logs
__path__: ./var/app/current/log/all/*.log
__path__: /var/app/current/logs/all/*.log

- job_name: warn
static_configs:
- targets:
- localhost
labels:
job: warn_logs
__path__: ./var/app/current/log/warn/*.log
__path__: /var/app/current/logs/warn/*.log

- job_name: error
static_configs:
- targets:
- localhost
labels:
job: error_logs
__path__: /var/app/current/log/error/*.log
__path__: /var/app/current/logs/error/*.log
EOF

05_setup_promtail:
Expand Down

0 comments on commit 315a99f

Please sign in to comment.