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:
parent
745a73d445
commit
30dab4f367
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user