Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Added Log4J for internal CT instance #8

Merged
merged 5 commits into from
Mar 31, 2020

Conversation

abhimanyugupta07
Copy link
Member

No description provided.

CHANGELOG.md Outdated
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.2] - TBD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to other PR, let's go with 1.3.0

CHANGELOG.md Outdated
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.2] - TBD
### Added
- Log4j Xml for internal Circus Train instance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Log4j Xml for internal Circus Train instance.
- Log4j XML for internal Circus Train instance.

README.md Outdated
@@ -13,6 +13,7 @@ For more information please refer to the main [Apiary](https://github.com/Expedi
| aws\_region | AWS region to use for resources. | string | n/a | yes |
| cpu | The number of CPU units to reserve for the Shunting Yard container. Valid values can be 256, 512, 1024, 2048 and 4096. Reference: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.html | string | `"1024"` | no |
| ct\_common\_config\_yaml | Common Circus Train configuration to be passed to internal Circus Train instance. It can be used, for example to configure Graphite for Circus Train. Refer to [Circus Train README](https://github.com/HotelsDotCom/circus-train/blob/master/README.md) for an exhaustive list of options supported by Circus Train. | string | n/a | yes |
| ct\_log4j\_xml | Log4j Xml file to be passed to internal Circus Train instance to control log level. | string | n/a | yes |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| ct\_log4j\_xml | Log4j Xml file to be passed to internal Circus Train instance to control log level. | string | n/a | yes |
| ct\_log4j\_xml | Log4j XML file to be passed to internal Circus Train instance to configure logging. | string | n/a | yes |

variables.tf Outdated
@@ -67,6 +67,11 @@ variable "ct_common_config_yaml" {
type = "string"
}

variable "ct_log4j_xml" {
description = "Log4j Xml file to be passed to internal Circus Train instance to control log level."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Log4j Xml file to be passed to internal Circus Train instance to control log level."
description = "Log4j XML file to be passed to internal Circus Train instance to configure logging."

@abhimanyugupta07 abhimanyugupta07 merged commit b326c02 into master Mar 31, 2020
@abhimanyugupta07 abhimanyugupta07 deleted the configurable-log-level branch March 31, 2020 15:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants