Skip to content

Instantly share code, notes, and snippets.

@pooza
Created January 3, 2017 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pooza/117df64dbe49c4fd02b50af8d6a0a058 to your computer and use it in GitHub Desktop.
Save pooza/117df64dbe49c4fd02b50af8d6a0a058 to your computer and use it in GitHub Desktop.
Redmineのログをsyslogに送る
require 'syslog/logger'
config.logger = Syslog::Logger.new('redmine')
config.log_level = :info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment