Ruby Configatron, multiple values? -
if i'm setting configuration ruby application logging using configatron, know how to:
1. enum values, e.g. configatron.log.level = 'debug' other acceptable values such error, warn, info. forced , other values other these rejected?
2. multiple values e.g. configatron.log.logto = [:file, :udp, :stdout] i'd these values enforceable.
any clues appreciated.
Comments
Post a Comment