-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The logger fallback implementation seems to fail when using a non STDOUT or STDERR location in cold boot outside of the handler. I believe this is because the orig_initialize
misses that the first 3 parameters are normal, but the remaining are named.
aws-lambda-ruby-runtime-interface-client/lib/aws_lambda_ric.rb
Lines 158 to 159 in e4939c2
orig_initialize(logdev, shift_age, shift_size, level, progname, | |
formatter, datetime_format, binmode, shift_period_suffix) |
You end up with an error like the one described in this issue - airbrake/airbrake-ruby#630
Raising this here, as I know this occurs within the Lambda environment on Ruby 2.7.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working