mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
redis error log
This commit is contained in:
@@ -54,7 +54,7 @@ Puma::Plugin.create do
|
||||
Dir.chdir(ENV.fetch('WORKDIR', nil)) unless ENV['WORKDIR'].to_s.empty?
|
||||
|
||||
exec('redis-server', '--requirepass', Digest::SHA1.hexdigest("redis#{ENV.fetch('SECRET_KEY_BASE', '')}"),
|
||||
out: '/dev/null')
|
||||
'--loglevel', 'warning')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user