Skip to content

Commit

Permalink
make sure stdout output is flushed to systemd journal
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Jun 27, 2023
1 parent aa4d98d commit cd52c34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firehose.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
require 'bundler/setup'
require_relative 'app/firehose_stream'

$stdout.sync = true

ActiveRecord::Base.logger = nil

def print_help
Expand Down

0 comments on commit cd52c34

Please sign in to comment.