Skip to content

Commit

Permalink
#8 Remove ansi color codes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 committed Oct 2, 2024
1 parent 8bd5843 commit 929868c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- [#8] Remove ansi color codes from log output.

## [v2.9.1-3] - 2024-09-19
### Changed
Expand Down
4 changes: 4 additions & 0 deletions k8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ promtail:
extraArgs:
- -config.expand-env
config:
snippets:
pipelineStages:
- cri: {}
- decolorize: {}
clients:
- url: http://k8s-loki-gateway.ecosystem.svc.cluster.local/loki/api/v1/push
basic_auth:
Expand Down

0 comments on commit 929868c

Please sign in to comment.