Skip to content

Commit

Permalink
Remove class as it is already part of subject. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 19, 2023
1 parent cbaac8e commit 2d3b05b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/console/serialized/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def call(subject = nil, *arguments, severity: UNKNOWN, **options, &block)
record = {
time: Time.now.iso8601,
severity: severity,
class: subject.class,
oid: subject.object_id,
pid: Process.pid,
}
Expand Down

0 comments on commit 2d3b05b

Please sign in to comment.