Skip to content

Commit a6df3f7

Browse files
committed
feat: log message added for Xray stop request
1 parent d83aa89 commit a6df3f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modules/xray-core/xray.controller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export class XrayController {
4242

4343
@Get(XRAY_ROUTES.STOP)
4444
public async stopXray(): Promise<StopXrayResponseDto> {
45+
this.logger.log('Remnawave requested to stop Xray.');
46+
4547
const response = await this.xrayService.stopXray();
4648
const data = errorHandler(response);
4749

0 commit comments

Comments
 (0)