1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-06 01:15:28 +02:00

fix: use correct proxy logger name (#2027)

This commit is contained in:
olav 2022-08-31 16:02:22 +02:00 committed by GitHub
parent 745a73d445
commit 30dab4f367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ export default class ProxyController extends Controller {
constructor(config: IUnleashConfig, services: Services) { constructor(config: IUnleashConfig, services: Services) {
super(config); super(config);
this.logger = config.getLogger('client-api/feature.js'); this.logger = config.getLogger('proxy-api/index.ts');
this.services = services; this.services = services;
// Support CORS requests for the frontend endpoints. // Support CORS requests for the frontend endpoints.