Skip to content

Commit 32b78a4

Browse files
committed
chore: log server parse xclog path
1 parent d103093 commit 32b78a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def trigger_parse(self, xcpath):
249249
cmd = ["xclog_parser", "-al", xcpath, "-o", self._compile_file]
250250
if self.config.skip_validate_bin:
251251
cmd.append("--skip-validate-bin")
252+
logger.info(f"parse log at {xcpath}")
252253
parse(cmd)
253254
self.handle_compile_file_change()
254255
except OutputLockedError:

0 commit comments

Comments
 (0)