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 1285505 commit bea4cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions promtail-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ scrape_configs:
- localhost
labels:
job: all_logs
__path__: /var/etc/currnet/log/all/*.log
__path__: /var/app/current/log/all/*.log

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

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

0 comments on commit bea4cf6

Please sign in to comment.