Skip to content

Commit

Permalink
Merge pull request #81 from agrare/drop_cloudwatch_logger
Browse files Browse the repository at this point in the history
Remove the CloudWatch Logger
  • Loading branch information
Fryguy authored Oct 3, 2024
2 parents 1ed2572 + 567fb55 commit 5aa2258
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 98 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Removed
- **BREAKING** Remove the Cloudwatch Logger [(#81)](https://github.com/ManageIQ/manageiq-loggers/pull/81)

## [1.2.0] - 2024-09-30
### Added
- Test with ruby 3.1 and 3.0 [(#65)](https://github.com/ManageIQ/manageiq-loggers/pull/65)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Some loggers require additional gems to function correctly. These gems are not s

To use the `Journald` logger, users must specify the `systemd-journal` gem as a dependency

To use the `CloudWatch` logger, users must specify the `cloudwatchlogger` gem as a dependency

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
Expand Down
1 change: 0 additions & 1 deletion lib/manageiq/loggers.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "manageiq/loggers/base"
require "manageiq/loggers/json_logger"

require "manageiq/loggers/cloud_watch"
require "manageiq/loggers/container"
require "manageiq/loggers/journald"

Expand Down
33 changes: 0 additions & 33 deletions lib/manageiq/loggers/cloud_watch.rb

This file was deleted.

1 change: 0 additions & 1 deletion manageiq-loggers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "manageiq-password", "< 2"

spec.add_development_dependency "bundler"
spec.add_development_dependency "cloudwatchlogger"
spec.add_development_dependency "manageiq-style", ">= 1.5.2"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down
61 changes: 0 additions & 61 deletions spec/manageiq/cloud_watch_spec.rb

This file was deleted.

0 comments on commit 5aa2258

Please sign in to comment.