-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
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
How to NOT show asterisks for parameters in log output of test scripts #5329
Comments
example ? |
Below is a sample from the log:
I would like to see for example what the value of TestingDomain is. Also /root/.acme.sh/acme.sh --server "letsencrypt_test" --issue -d "" -d "." --dns *** --dnssleep "**" doesn't help mucbh to debug. Is there a way to tell the system to net output asterisks, but the actual values? |
Does anyone have advice on how to see these values? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run the automated tests on the dns api script (dns_pmiab.sh), I get asterisks for the parameters in the output log, which makes it practically impossible to find a problem or see why the test fails. How can one instruct the tests to show the actual values?
The text was updated successfully, but these errors were encountered: