Actions
Defect #42120
closedNameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger - Redmine-5.x
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Rails support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Issue with redmine-5.1.5 and redmine-5.0.10
OS : Debian 12 / AlmaLinux 8.x
ruby: 3.1
I have tested this issue with almost all versions of Redmine-5 today and getting the same error. The issue is happening with the core redmine without any plugins or themes.
`bundle install` went fine.
Error message on `bundle exec rake db:migrate RAILS_ENV=production`
$ bundle exec rake db:migrate RAILS_ENV=production
rake aborted!
NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger
    Logger::Severity.constants.each do |severity|
    ^^^^^^
	same error on secret generation
$ bundle exec rake secret
rake aborted!
NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger
    Logger::Severity.constants.each do |severity|
    ^^^^^^
  Related issues
      
      Updated by Holger Just 10 months ago
      
    
    - Is duplicate of Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error added
 
      
      Updated by Holger Just 10 months ago
      
    
    - Category changed from Performance to Rails support
 - Status changed from New to Closed
 - Resolution set to Duplicate
 
Thank you for your report. This was already reported and fixed in #42113 however. Thus, I'm closing this issue as a duplicate.
Actions