-
Notifications
You must be signed in to change notification settings - Fork 136
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
server: add --log-dir to specify logstore dir #873
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the contribution! I have a few ideas about the name.
Signed-off-by: 9547 <nivefive9547@gmail.com>
907d392
to
c1dbbed
Compare
@breeswish PTAL. |
b4a5d28
to
ab56290
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late review! This PR looks good!
/merge |
This pull request has been accepted and is ready to merge. Commit hash: c1dbbed
|
* Support non root user login (#985) Co-authored-by: Wenxuan <hi@breeswish.org> Co-authored-by: crazycs <chen.two.cs@gmail.com> * tweak(debugapi): pprof endpoint debug param (#1005) * Tweak: component invalid address check (#994) * tweak(client): add clients addr check & fix debugapi SSRF vulnerability * chore: update comments * fix: lints * fix: proxy url at tidb/client * feat(client): member cache * chore: rename * chore: remove unnecessary tidb proxy addr parse * server: add --log-dir to specify logstore dir (#873) * build(deps): bump tmpl from 1.0.4 to 1.0.5 in /ui (#1007) * build(deps): bump tmpl from 1.0.4 to 1.0.5 in /ui/tests (#1008) * support authorize non root user to sso login (#1003) * fix: debug api pprof timeout & refine api model (#964) * fix(stmt): min value of max stmt count size & blank detail page (#982) * Refine non root login (#1009) * make non-root-login default value false * add tooltip to ask for upgrade tidb to support login with non root * Update ui/dashboardApp/layout/translations/zh.yaml Co-authored-by: Wenxuan <hi@breeswish.org> * Update ui/dashboardApp/layout/translations/en.yaml Co-authored-by: Wenxuan <hi@breeswish.org> Co-authored-by: Wenxuan <hi@breeswish.org> * add doc link for insufficient privileges error (#1012) * update release-version Co-authored-by: Wenxuan <hi@breeswish.org> Co-authored-by: crazycs <chen.two.cs@gmail.com> Co-authored-by: Suhaha <jklopsdfw@gmail.com> Co-authored-by: 9547 <nivefive9547@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The default logstore path is under
ioutil.TempFile
. In some cases, we need to store the searched logs in a specific place.