summaryrefslogtreecommitdiff
path: root/internal/logger/logger.go
Commit message (Collapse)AuthorAgeFilesLines
* Respect log-level configuration againNick Thomas2021-09-231-0/+1
| | | | | | This was lost in the move from Ruby to Go. Restore it now. Changelog: fixed
* refactor: move away from ioutil (deprecated)feistel2021-08-191-2/+1
|
* Switch to labkit for logging system setupNick Thomas2021-08-041-29/+52
| | | | | | | | | | | - We start supporting the "color" format for logs. - We now respond to SIGHUP by reopening the log file. - We now respect the log format when no log filename is specified. Output to syslog in the event of logging system setup is preserved in OpenSSH mode. Changelog: added
* Adding a UTC converter and testGary Holtz2021-06-181-1/+13
|
* Fix gitlab-shell panic when log file not writableStan Hu2021-02-261-2/+9
| | | | | | | | | Previously when the gitlab-shell log was not writable, gitlab-shell would attempt to fall back to the syslog to log an error. However, if the syslog logger creation succeeded, gitlab-shell would panic since `err` was `nil`. Relates to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/510
* RFC: Simple built-in SSH serverLorenz Brun2021-01-181-76/+29
|
* Log internal HTTP requestsStan Hu2020-03-101-18/+36
| | | | | | | This restores the previous behavior of logging the success and failures of internal HTTP requests. Part of https://gitlab.com/gitlab-org/gitlab/issues/207916
* Fix Typosflowed2019-12-211-1/+1
|
* Rename import pathsNick Thomas2019-10-181-1/+1
|
* Move go code up one levelNick Thomas2019-10-181-0/+82