Skip to content

Add GSM logger to python wheel

Zakhar Shkonda requested to merge slb-master-wheel-gsm 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?

Added GSM logger to python package. Need addition configuration that is not done during installation. You need to create an environment variable SEGYSDK_CONFIGURATION_FILE containing the path to the configuration file and a configuration file containing the path to the GSM logger. An example of the config file: {"LOG_WRITER_PLUGIN_PATH": "/usr/local/bin/segy/libsegysdk.logger.gsm.so"}

Edited by Zakhar Shkonda

Merge request reports