We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logger.devel is called in 8 places throughout pardrino-core.
logger.devel
#devel isn't implemented by Logger (or any other logging library I can find), which is an issue if you've done something like this:
#devel
Logger
Padrino.logger = Logger.new($stdout).
I can get around this with a bit of monkey patching, but just thought I'd mention it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
logger.devel
is called in 8 places throughout pardrino-core.#devel
isn't implemented byLogger
(or any other logging library I can find), which is an issue if you've done something like this:I can get around this with a bit of monkey patching, but just thought I'd mention it.
The text was updated successfully, but these errors were encountered: