slap/standalone: Increase slapos error log size
The output of slapos commands has been observed to be truncated earlier than desired in some cases due to long promise messages in output of slapos node instance and long paths included in the logs.
The output of slapos commands has been observed to be truncated earlier than desired in some cases due to long promise messages in output of slapos node instance and long paths included in the logs.
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/xavier_thompson/slapos.core.git" "standalone/increase_slapos_error_log_tail_size" git checkout -b "xavier_thompson/slapos.core-standalone/increase_slapos_error_log_tail_size" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "xavier_thompson/slapos.core-standalone/increase_slapos_error_log_tail_size"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.