mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01: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) {
 | 
			
		||||
        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.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user