Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit dd8ff35

Browse files
author
Chris Wiechmann
committed
Added new parameter: API_BUILDER_LOG_LEVEL
1 parent e0963d0 commit dd8ff35

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8-
- Make sure Filebeat is not mixing up OpenTraffic with other Log-Files auch as Audit-Log [#145](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/145)
8+
### Added
9+
- Make sure Filebeat is not mixing up OpenTraffic with other Log-Files such as Audit-Log [#145](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/145)
10+
- New optional parameter: `API_BUILDER_LOG_LEVEL` to set the API-Builder Log-Level in your .env file
11+
- Support for multiple Admin-Node-Managers when using the regional feature [#144](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/144)
912

1013
## [3.5.0] 2021-09-13
1114
### Added

UPDATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ On the other hand, the API builder Docker image, as a central component of the s
5757
| 3.3.2 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.12.1 | |
5858
| 3.4.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | [X](#dashboards)| [X](#parameters)|[X](#elastic-config)| 7.14.0 | |
5959
| 3.5.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.14.0 | |
60+
| Unreleased | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.14.0 | |
6061

6162
### Update from Version 1.0.0
6263

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
- DISABLE_SETUP_FLOWS=${DISABLE_SETUP_FLOWS}
7979
- DISABLE_CUSTOM_PROPERTIES=${DISABLE_CUSTOM_PROPERTIES}
8080
- EXT_AUTHZ_URI=${EXT_AUTHZ_URI}
81-
#- LOG_LEVEL=debug
81+
- LOG_LEVEL=${API_BUILDER_LOG_LEVEL}
8282
ports:
8383
- 8443:8443
8484
networks:

env-sample

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,14 @@ ELASTIC_VERSION=7.14.0
399399
# Defaults to 3
400400
# FILEBEAT_COMPRESSION_LEVEL=6
401401

402+
# ----------------------------------------------------------------------------------------------
403+
# Especially during the setup of the solution it makes sense to increase the log level for the
404+
# API builder. Also, if you find an error and want to report an issue, set the log level to
405+
# debug if possible.
406+
# Used-By: API-Builder
407+
# Defaults to info
408+
# API_BUILDER_LOG_LEVEL=debug
409+
402410
################################################################################################
403411
# Metricbeat
404412
################################################################################################

0 commit comments

Comments
 (0)