pango icon indicating copy to clipboard operation
pango copied to clipboard

PANOS_LOGGING environment variable does not support osx_curl

Open freedge opened this issue 1 year ago • 1 comments

Describe the bug

PANOS_LOGGING environment variable does not support osx_curl

Expected behavior

it should be possible to activate osx_curl logging with

PANOS_LOGGING=osx_curl

Current behavior

Error: Unknown logging requested: osx_curl

Possible solution

add more logging options in https://github.com/PaloAltoNetworks/pango/blob/dba4c1566648dbf17471e4cae313d7ebe1846b68/client.go#L1356-L1377

or use the "logging" argument in the provider block

Steps to reproduce

  1. export PANOS_LOGGING=osx_curl
  2. terraform apply

Screenshots

Context

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 59, node.js 5.4, python 3.7.3):
  • Operating System and version (desktop or mobile):
  • Link to your project:

freedge avatar Jun 05 '23 14:06 freedge