Hi @alexm! You may run the following command on gitlab-runner to see the logs: journalctl -u gitlab-runner Note: You may want to replace “gitlab-runner” with the user, which is being used to run the gitlab-runner Answer from paramveer.singh on forum.gitlab.com
🌐
GitLab
docs.gitlab.com › gitlab docs › install › configure gitlab runner › troubleshooting
Troubleshooting GitLab Runner | GitLab Docs
If GitLab Runner is running as a service on Windows, it creates system event logs. To view them, open the Event Viewer (from the Run menu, type eventvwr.msc or search for “Event Viewer”). Then go to Windows Logs > Application. The Source for Runner logs is gitlab-runner.
Discussions

how can i get the gitlab CI Jobs error log? - Stack Overflow
If the log doesn't contain enough ... to your .gitlab-ci.yml file and run it again. ... Sign up to request clarification or add additional context in comments. ... Save this answer. ... Show activity on this post. The logs for service go to syslog or in case of systemd-based runner you can get ... More on stackoverflow.com
🌐 stackoverflow.com
How to view self-hosted runner logs in macOS?
Describe your question in as much detail as possible: We have a Mac Studio M1 running Gitlab Runner, with docker executor, as our group runner. When we tried to run a sizable job running esbuild of 300 bundles, it always fails without any error message. The process exists when the script tries ... More on forum.gitlab.com
🌐 forum.gitlab.com
6
0
December 15, 2022
How to make private gitlab runner display job logs and info in the console as jobs are run?
On selfhosted instances you can watch the job logs live as they run from the gitlab interface? And see the same afterwards too? Unsure how it works with gitlab.com More on reddit.com
🌐 r/gitlab
3
4
March 24, 2023
GITLAB CI where can I found logs from free runner - Stack Overflow
I am using Gitlab-runner for my "small" project. From build logs, I am getting an error: npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the app_face@0.1.0 build script. npm ERR! This is prob... More on stackoverflow.com
🌐 stackoverflow.com
🌐
GitLab
forum.gitlab.com › gitlab ci/cd
How to tail gitlab runner logs - GitLab CI/CD - GitLab Forum
June 7, 2018 - How do I tail the logs of a specific runner in CLI (Terminal). On the server ‘/var/log/gitlab/’ I see the logs of all the core services, but I cant find the runner logs. Thanks Alex
🌐
GitLab
forum.gitlab.com › gitlab ci/cd
How to view self-hosted runner logs in macOS? - GitLab CI/CD - GitLab Forum
December 15, 2022 - Describe your question in as much detail as possible: We have a Mac Studio M1 running Gitlab Runner, with docker executor, as our group runner. When we tried to run a sizable job running esbuild of 300 bundles, it always fails without any error message. The process exists when the script tries ...
🌐
GitLab
docs.gitlab.com › gitlab docs › administer › configure gitlab › log system
Log system | GitLab Docs
Each log message has an assigned log level that indicates its importance and verbosity. Each logger has an assigned minimum log level. A logger emits a log message only if its log level is equal to or above the minimum log level. ... GitLab loggers emit all log messages because they are set ...
🌐
GitLab
docs.gitlab.com › gitlab docs › administer › configure gitlab › ci/cd › job logs
Job logs | GitLab Docs
By default, job logs are sent from GitLab Runner in chunks and cached temporarily on disk.
🌐
GitLab
docs.gitlab.com › gitlab docs › install › configure gitlab runner › commands
GitLab Runner commands | GitLab Docs
Manually kill the process with kill -SIGQUIT <pid>. You have to find the pid of the main gitlab-runner process. You can find this by looking at logs, as it’s displayed on startup:
Find elsewhere
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › #2119
Service container logs (#2119) · Issues · GitLab.org / gitlab-runner · GitLab
Release Notes Logs generated by applications running in service containers can be captured for subsequent examination and debugging. ...
🌐
SAS Workshops
blog.sasworkshops.com › more-gitlab-runner-troubleshooting-tips
More GitLab Runner Troubleshooting Tips
June 4, 2026 - I’ve been writing a lot lately about Continuous Integration and using GitLab Runner. It’s really nice when it works and it works 90% of the time, but issues do pop up occasionally. They can be a pain to troubleshoot. I previously wrote about how to run GitLabRunner as a regular user. You should all do that. If you are not, go do that now, you’ll thank me later. But there is more to troubleshooting than just that, so I thought I’d add some more tips here. The first tip is to always turn on build logs and unit test reports.
🌐
Medium
medium.com › devopss-hole › gitlab-runner-exited-with-status-1-without-any-log-be1304ed0ddc
Gitlab Runner “Exited with status 1” Without any Log
May 26, 2022 - The runner started and failed without any script executed and log on the console. It’s difficult to know the root cause. Then I continued tracing the gitlab runner logs.
🌐
GitLab
forum.gitlab.com › gitlab ci/cd
How can I capture logs from a GitLab CI runner's service? - GitLab CI/CD - GitLab Forum
January 23, 2020 - I’m trying to troubleshoot some intermittent CI failures. My gitlab-ci.yml uses an ElasticSearch service which sometimes fails. I want to capture its logs and persist them alongside my other build artifacts. I’ve read t…
🌐
Stack Overflow
stackoverflow.com › questions › 63031500 › how-to-find-more-detail-gitlab-runner-log
pipeline - How to find more detail gitlab runner log? - Stack Overflow
In my failed GitLab Pipeline , there is nothing useful message in the logs ,where can i find more useful message of how the building failed? ... How to troubleshoot Gitlab-runner gitlab-ci.yml file job failure after the build process is complete?