Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge branch 'sh-bump-ruby-version' into 'master'" | Douwe Maan | 2018-12-13 | 1 | -2/+3 |
| | | | This reverts merge request !257 | ||||
* | Upgrade to Ruby 2.5.3 | Stan Hu | 2018-12-13 | 1 | -3/+2 |
| | |||||
* | Fix newlines not appearing between new log entriessh-fix-nonatomic-puts | Stan Hu | 2018-09-11 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | In https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5017, we observed that lots of log messages were being dropped by Fluentd due to missing newlines. This occurs because there is a bug in Ruby where IO#puts calls write() twice: once to write the main text, and another to write the newline (https://bugs.ruby-lang.org/issues/14042). In a highly concurrent environment like GitLab.com, this can lead to interleaved newlines. A workaround is to use `IO#print` and append the newline ourselves. Closes https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5017 | ||||
* | Add missing GitlabLogger#error method | Jacob Vosmaer (GitLab) | 2018-04-09 | 1 | -1/+6 |
| | |||||
* | Flush log file after every write | Jacob Vosmaer (GitLab) | 2018-03-23 | 1 | -0/+6 |
| | |||||
* | Switch to structured logging | Jacob Vosmaer (GitLab) | 2018-03-19 | 1 | -2/+94 |
| | |||||
* | Update files to pass modern rubocop checks. Disable some of themdz-update-deps | Dmitriy Zaporozhets | 2018-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add the logger and related configuration options. | ash | 2013-05-16 | 1 | -0/+16 |