We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PANOS_LOGGING environment variable does not support osx_curl
it should be possible to activate osx_curl logging with
PANOS_LOGGING=osx_curl
Error: Unknown logging requested: osx_curl
add more logging options in
pango/client.go
Lines 1356 to 1377 in dba4c15
or use the "logging" argument in the provider block
export PANOS_LOGGING=osx_curl
The text was updated successfully, but these errors were encountered:
🎉 Thanks for opening your first issue here! Welcome to the community!
Sorry, something went wrong.
No branches or pull requests
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
Possible solution
add more logging options in
pango/client.go
Lines 1356 to 1377 in dba4c15
or use the "logging" argument in the provider block
Steps to reproduce
export PANOS_LOGGING=osx_curl
Screenshots
Context
Your Environment
The text was updated successfully, but these errors were encountered: