We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db2b46 commit a16e88aCopy full SHA for a16e88a
contentctl/contentctl.py
@@ -226,10 +226,12 @@ def main():
226
"The entire stack trace is provided below (please include it if filing a bug report).\n")
227
traceback.print_exc()
228
elif config.verbose:
229
- print("Verbose logging is enabled.\n"
+ print("Verbose error logging is ENABLED.\n"
230
"The entire stack trace has been provided below (please include it if filing a bug report):\n")
231
232
else:
233
+ print("Verbose error logging is DISABLED.\n"
234
+ "Please use the --verbose command line argument if you need more context for your error or file a bug report.")
235
print(e)
236
237
sys.exit(1)
0 commit comments