To simplify setting the verbose and debug mode in non-interactive mode, allow setting the mode using environment variables:
OFFICE365CLI_DEBUG=1
OFFICE365CLI_VERBOSE=1
When determining the logging level on runtime, the CLI should check if any of these properties is set and adjust the logging level accordingly.
To simplify setting the verbose and debug mode in non-interactive mode, allow setting the mode using environment variables:
When determining the logging level on runtime, the CLI should check if any of these properties is set and adjust the logging level accordingly.