Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • S seismic-dms-cpp-lib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • Domain Data Mgmt Services
  • Seismic
  • Seismic DMS Suite
  • seismic-dms-cpp-lib
  • Merge requests
  • !89

Add multi-level logging (IBM)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sid Stenersen requested to merge slb/ss/ibm-log into master Aug 20, 2021
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 2

Adds multi-level logging to IBM storage.

  • A header that includes a timestamp is added to each line of output.
  • The logging level can be set via the SDAPI_LOGLEVEL environment variable.
    • a value of 2 will output everything that was previously unconditionally written to std::cout
    • lower values will output only what should always be output, e.g. error messages.
    • the default value is 0
  • Each line is now output to the console by a single stream operation. This yields more readable output in multithreaded programs.
Edited Aug 20, 2021 by Sid Stenersen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: slb/ss/ibm-log