Project

General

Profile

Feature #30854 » debug.log

Debug Log Output - Cliff Ingham, 2019-02-21 20:59

 
1
Started POST "/redmine/projects/servers/repositories" for 10.50.103.208 at 2019-02-21 14:50:48 -0500
2
Processing by RepositoriesController#create as HTML
3
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"1KBEfLiNHwvK8n2tIh9T5Sp8JFXIXwdBuGLnYjPc2YAKBxZN50GMmjpK7KPVZaqNPIFN2+dZ+NsGdJ+yShQaiQ==", "repository_scm"=>"Git", "repository"=>{"is_default"=>"0", "identifier"=>"kubernetes", "url"=>"/srv/git/kubernetes.git", "path_encoding"=>"", "report_last_commit"=>"0"}, "commit"=>"Create", "project_id"=>"servers"}
4
  Token Update All (3.3ms)  UPDATE `tokens` SET `tokens`.`updated_on` = '2019-02-21 14:50:48' WHERE `tokens`.`user_id` = 3 AND `tokens`.`value` = '37ee742a6a5f178838d745d1c41a378454aa2817' AND `tokens`.`action` = 'session'
5
   (0.3ms)  SELECT MAX(`settings`.`updated_on`) FROM `settings`
6
  User Load (0.3ms)  SELECT  `users`.* FROM `users` WHERE `users`.`type` IN ('User', 'AnonymousUser') AND `users`.`status` = 1 AND `users`.`id` = 3 LIMIT 1
7
  Current user: inghamn (id=3)
8
  Project Load (0.3ms)  SELECT  `projects`.* FROM `projects` WHERE `projects`.`identifier` = 'servers' LIMIT 1
9
   (0.3ms)  SELECT `enabled_modules`.`name` FROM `enabled_modules` WHERE `enabled_modules`.`project_id` = 45
10
   (0.2ms)  BEGIN
11
  Repository Exists (0.3ms)  SELECT  1 AS one FROM `repositories` WHERE `repositories`.`identifier` = BINARY 'kubernetes' AND `repositories`.`project_id` = 45 LIMIT 1
12
   (0.1ms)  ROLLBACK
    (1-1/1)