Skip to content

fix: do not pollute stderr

Ivan Medeiros Monteiro requested to merge slb-master-cleanup-stderr into slb-master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

SegyException extends runtime_error, which hold the exception message. It is up to the caller to log the message in the proper and SegyException should not pollute the stderr.

Merge request reports