Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update type of logConfiguration variable #27

Merged
merged 1 commit into from
Mar 21, 2020

Conversation

jasonwalsh
Copy link
Member

Updates the type for the logConfiguration variable from:

- map(string)
+ any

Also updates the fixtures in the test directory to contain logConfiguration directives.

Fixes #26

@jasonwalsh jasonwalsh merged commit 041b144 into master Mar 21, 2020
@jasonwalsh jasonwalsh deleted the logConfiguration-fix branch March 21, 2020 13:31
jasonwalsh pushed a commit that referenced this pull request Mar 21, 2020
## [2.0.1](v2.0.0...v2.0.1) (2020-03-21)

### Bug Fixes

* update type of logConfiguration variable ([#27](#27)) ([041b144](041b144)), closes [#26](#26)
@jasonwalsh
Copy link
Member Author

🎉 This PR is included in version 2.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type of logConfiguration makes it impossible to add awslogs options
1 participant