Skip to content

Commit 336c43d

Browse files
committed
AC-15011: AdminLoginAsCustomerLoggingFilterTest fails as logs are not generating for customers
1 parent e995df2 commit 336c43d

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/LoginAsCustomerLog/etc/frontend

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2014 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
99
<type name="Magento\LoginAsCustomerApi\Api\AuthenticateCustomerBySecretInterface">
10-
<plugin name="log_authentication"
10+
<plugin name="log_login_as_customer_authentication"
1111
type="Magento\LoginAsCustomerLog\Plugin\LoginAsCustomerApi\LogAuthenticationPlugin"/>
1212
</type>
1313
</config>

0 commit comments

Comments
 (0)