summaryrefslogtreecommitdiff
path: root/internal/logger
Commit message (Collapse)AuthorAgeFilesLines
* Respect log-level configuration againNick Thomas2021-09-232-2/+27
| | | | | | This was lost in the move from Ruby to Go. Restore it now. Changelog: fixed
* refactor: move away from ioutil (deprecated)feistel2021-08-192-8/+6
|
* Switch to labkit for logging system setupNick Thomas2021-08-042-33/+63
| | | | | | | | | | | - 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-182-1/+38
|
* Fix gitlab-shell panic when log file not writableStan Hu2021-02-262-2/+23
| | | | | | | | | 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-182-127/+30
|
* Log internal HTTP requestsStan Hu2020-03-102-18/+118
| | | | | | | 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