Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #1259

Closed
Open
Created Aug 20, 2012 by Administrator@rootOwner

500 error on http://SERVER/admin/logs

Created by: cviebrock

Just set up a new install of GitLabHQ (no repos yet), and I get a 500 error when visiting the /admin/logs URL. Here's what's in the /home/gitlab/gitlab/log/production.log file:

Started GET "/admin/logs" for 127.0.0.1 at 2012-08-20 15:35:01 -0400
Processing by Admin::LogsController#show as HTML
  Rendered admin/logs/show.html.haml within layouts/admin (1.1ms)
Completed 500 Internal Server Error in 5ms

ActionView::Template::Error (No such file or directory - /home/gitlab/gitlab/log/githost.log):
    4:     githost.log
    5:   .file_content.logs
    6:     %ol
    7:       - Gitlab::Logger.read_latest.each do |line|
    8:         %li
    9:           %p= line
  lib/gitlab/logger.rb:13:in `read'
  lib/gitlab/logger.rb:13:in `read_latest'
  app/views/admin/logs/show.html.haml:7:in `_app_views_admin_logs_show_html_haml___572107071_95094670'
Assignee
Assign to
Time tracking