Skip to content

Commit

Permalink
update yaml config files with defaults for logging changes (#1031)
Browse files Browse the repository at this point in the history
* update yaml config files with defaults for logging changes

* Update CHANGELOG
  • Loading branch information
markphelps authored Sep 15, 2022
1 parent 3161188 commit 040b128
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
This 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

### Added

- Ability to log as structure JSON [#1027](https://github.com/flipt-io/flipt/pull/1027)
- Ability to configure GRPC log level seperately from main service log level [#1029](https://github.com/flipt-io/flipt/pull/1029)

### Changed

- Configuration 'enums' are encoding correctly as JSON [#1030](https://github.com/flipt-io/flipt/pull/1030)
- Dependency updates

## [v1.11.0](https://github.com/markphelps/flipt/releases/tag/v1.11.0) - 2022-09-12

### Added
Expand Down
2 changes: 2 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# log:
# level: INFO
# file:
# encoding: console
# grpc_level: ERROR

# ui:
# enabled: true
Expand Down
1 change: 1 addition & 0 deletions config/production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
log:
level: WARN
encoding: json

server:
protocol: https
Expand Down
3 changes: 0 additions & 3 deletions deploy/charts/flipt/README.md

This file was deleted.

0 comments on commit 040b128

Please sign in to comment.