Skip to content

ref(symbol-collector): Verbose output of command - #268

Merged
iker-barriocanal merged 4 commits into
masterfrom
iker/ref/sym-collector-output
Jul 14, 2021
Merged

ref(symbol-collector): Verbose output of command#268
iker-barriocanal merged 4 commits into
masterfrom
iker/ref/sym-collector-output

Conversation

@iker-barriocanal

Copy link
Copy Markdown
Contributor

Be verbose on the output of the symbol collector call.

@iker-barriocanal
iker-barriocanal requested a review from a team July 13, 2021 12:54
@iker-barriocanal iker-barriocanal self-assigned this Jul 13, 2021
@iker-barriocanal
iker-barriocanal requested review from ahmedetefy and vladanpaunovic and removed request for a team July 13, 2021 12:54
Comment thread src/targets/symbolCollector.ts Outdated
Comment thread src/targets/symbolCollector.ts Outdated
Comment thread src/targets/symbolCollector.ts Outdated
@iker-barriocanal
iker-barriocanal enabled auto-merge (squash) July 14, 2021 12:59
@iker-barriocanal
iker-barriocanal merged commit f78f2c8 into master Jul 14, 2021
@iker-barriocanal
iker-barriocanal deleted the iker/ref/sym-collector-output branch July 14, 2021 13:07
Comment on lines +107 to +113
if (cmdOutput) {
if (cmdOutput.length === 0) {
this.logger.info(`The command didn't have any output.`);
} else {
this.logger.info('Command output:\n', cmdOutput.toString());
}
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels like these should be debug instead of info?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants