1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01: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) {
super(config);
this.logger = config.getLogger('client-api/feature.js');
this.logger = config.getLogger('proxy-api/index.ts');
this.services = services;
// Support CORS requests for the frontend endpoints.