Skip to content

Commit

Permalink
lint some more
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Mancioppi committed Oct 22, 2022
1 parent f5be8cd commit fbe2c80
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -171,10 +171,10 @@ def _get_logs_resource(metadata_container):
ResourceAttributes.AWS_LOG_STREAM_ARNS: [logs_stream_arn],
}
)
else:
logger.warning(
"The metadata endpoint v4 has returned 'awslogs' as 'LogDriver', but there is no 'LogOptions' data"
)

logger.warning(
"The metadata endpoint v4 has returned 'awslogs' as 'LogDriver', but there is no 'LogOptions' data"
)

return Resource.get_empty()

Expand Down

0 comments on commit fbe2c80

Please sign in to comment.