We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a9f29 commit 6c511f2Copy full SHA for 6c511f2
Gemfile.lock
@@ -14,7 +14,7 @@ GEM
14
capistrano-rvm (0.1.2)
15
capistrano (~> 3.0)
16
sshkit (~> 1.2)
17
- capistrano3-puma (7.0.0)
+ capistrano3-puma (7.1.0)
18
capistrano (~> 3.7)
19
capistrano-bundler
20
puma (>= 6.1, < 8.0)
config/deploy/production.rb
@@ -9,3 +9,5 @@
9
set :puma_service_unit_env_vars, %w[
10
RUN_FILE=/home/rails/rails-master-hook/run-rails-master-hook
11
]
12
+set :puma_access_log, "journal"
13
+set :puma_error_log, "journal"
0 commit comments