Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apps: Log execution of external commands during apps management #366

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

detsch
Copy link
Member

@detsch detsch commented Nov 29, 2024

No description provided.

@detsch detsch requested a review from mike-sul November 29, 2024 17:28
@@ -23,6 +24,7 @@ static void exec(const std::string& cmd, const std::string& err_msg_prefix, Args
boost::asio::io_service io_service;

try {
LOG_DEBUG << "Running: `" << cmd << "`";
Copy link
Contributor

Choose a reason for hiding this comment

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

I would make it LOG_TRACE.

@detsch detsch merged commit d61c74e into master Dec 2, 2024
5 checks passed
@detsch detsch deleted the detsch-debug-exec branch December 6, 2024 12:21
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.

2 participants