Chef

chef-server init.rb should set Merb log_stream to the location supplied by chef/server.rb

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 0.5.2, 0.5.4
  • Fix Version/s: 0.5.4
  • Component/s: Chef Server
  • Labels:
    None

Description

Currently it sets it to STDOUT:

c[:log_stream] = STDOUT

Activity

Hide
AJ Christensen added a comment - 13/Feb/09 12:34 PM

Fixed @ http://github.com/fujin/chef/tree/chef-125

This still doesn't seem to affect Chef::Log, which is another issue altogether.

Show
AJ Christensen added a comment - 13/Feb/09 12:34 PM Fixed @ http://github.com/fujin/chef/tree/chef-125 This still doesn't seem to affect Chef::Log, which is another issue altogether.
Hide
Adam Jacob added a comment - 13/Feb/09 7:12 PM

This is fixed in opscode/head.

I also made the Chef::Log.logger = Merb.logger, which causes the Chef log output to appear in the merb log stream normally.

Show
Adam Jacob added a comment - 13/Feb/09 7:12 PM This is fixed in opscode/head. I also made the Chef::Log.logger = Merb.logger, which causes the Chef log output to appear in the merb log stream normally.

People

Vote (0)
Watch (0)

Dates

  • Created:
    12/Feb/09 5:46 PM
    Updated:
    13/Feb/09 7:12 PM
    Resolved:
    13/Feb/09 12:34 PM