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
zowe.logDirectory=/dev/null
When I tried to disable logging by this:
zowe: logDirectory: /T800/dev/null
Zowe will not start:
(zwe-internal-start-prepare,prepare_log_directory) ZWEL0141E: User $(get_user_id) does not have write permission on /T800/dev/null.
Bonus: User $(get_user_id) does not... was copied from shell version, it should display userID.
User $(get_user_id) does not...
shell
Notes:
T800
/T800/dev/null
/dev/null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I tried to disable logging by this:
Zowe will not start:
Bonus:
User $(get_user_id) does not...
was copied fromshell
version, it should display userID.Notes:
T800
is LPAR name,/T800/dev/null
is/dev/null
./dev/null
fails on the same step.The text was updated successfully, but these errors were encountered: