Method: PoolParty::Default.logger_location
- Defined in:
- lib/poolparty/poolparty/default.rb
.logger_location ⇒ Object
122 123 124 125 126 127 128 |
# File 'lib/poolparty/poolparty/default.rb', line 122 def logger_location [ "/var/log/poolparty" ].select do |dir| dir if viable_directory?(dir) end.first end |