Skip to content

Commit 9cf6bcf

Browse files
committed
refactor: [storage_cli_client] added into logging message
1 parent 8cb4b5b commit 9cf6bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cloud_controller/blobstore/storage_cli/storage_cli_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def initialize(directory_key:, resource_type:, root_dir:, min_size: nil, max_siz
4343
@min_size = min_size || 0
4444
@max_size = max_size
4545
@storage_type = PROVIDER_TO_STORAGE_CLI_STORAGETYPE[@provider]
46-
logger.info('storage_cli_config_selected', resource_type: @resource_type, provider: @provider, path: @config_file)
46+
logger.info('[storage_cli_client] initialized with:', resource_type: @resource_type, provider: @provider, path: @config_file)
4747
end
4848

4949
def fetch_config(resource_type)

0 commit comments

Comments
 (0)