Shopify / oxidized

configuration backup software (IOS, JunOS) - silly attempt at rancid
4 stars 4 forks source link

Refactoring #13

Closed ElvinEfendi closed 8 years ago

ElvinEfendi commented 8 years ago

Did some refactoring to decouple things. Also added new config key where user can choose syslog as logging options as well. Deleted lib/oxidized/log.rb. It was monkeypatching Ruby's Logger class and was coupled with Config class. Now logging is accessible through Oxidized.logger instead of Log constant.

@ibawt @charlescng