Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit a581053

Browse files
author
Mario Gintili
authored
[PRODENG-XXX] Disable log injection (#120)
* disables log injection, this custom logger does not allow for the tagging that datadog needs to correlate logs * remove logging load * remove logging test, no longer necessary
1 parent 3d0a035 commit a581053

File tree

4 files changed

+1
-93
lines changed

4 files changed

+1
-93
lines changed

lib/roo_on_rails.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module RooOnRails
55

66
if defined?(Rails)
77
require 'dotenv/rails-now'
8-
require 'roo_on_rails/railties/logging'
98
require 'roo_on_rails/railties/env'
109
require 'roo_on_rails/railties/database'
1110
require 'roo_on_rails/railties/http'

lib/roo_on_rails/railties/logging.rb

Lines changed: 0 additions & 25 deletions
This file was deleted.

lib/roo_on_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RooOnRails
2-
VERSION = '2.0.1'.freeze
2+
VERSION = '2.0.2'.freeze
33
end

spec/integration/logging_spec.rb

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)