Method: PoolParty::Default.pool_logger_location

Defined in:
lib/poolparty/poolparty/default.rb

.pool_logger_locationObject

Assume the logs will be at the pool.log location within the logger_location set above



131
132
133
# File 'lib/poolparty/poolparty/default.rb', line 131

def pool_logger_location
  ::File.join(logger_location, "poolparty.log")
end