Skip to content

Commit

Permalink
Move successful exit log to debug log level.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 22, 2024
1 parent ccf00c2 commit be5e26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async/container/generic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def spawn(name: nil, restart: false, key: nil, &block)
end

if status.success?
Console.logger.info(self) {"#{child} exited with #{status}"}
Console.logger.debug(self) {"#{child} exited with #{status}"}
else
@statistics.failure!
Console.logger.error(self) {status}
Expand Down

0 comments on commit be5e26e

Please sign in to comment.