rexyai / RestRserve

R web API framework for building high-performance microservices and app backends
https://restrserve.org
276 stars 32 forks source link

README example code gives error #103

Closed lorenzwalthert closed 4 years ago

lorenzwalthert commented 4 years ago

Thanks for this useful package! I ran into an error from running the code in the README. Apparently, the method new() for Logger does not take a file argument:

library(RestRserve)
logger = Logger$new(level = TRACE, file = "")
#> Error in .subset2(public_bind_env, "initialize")(...): unused argument (file = "")
# ...

Created on 2019-11-11 by the reprex package (v0.3.0)

dselivanov commented 4 years ago

Thanks for reporting. Hopefully this will soon fixed by merging dev branch.