Skip to content
New issue

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

Allow silencing logging completely #121

Merged
merged 1 commit into from
Sep 1, 2016
Merged

Allow silencing logging completely #121

merged 1 commit into from
Sep 1, 2016

Conversation

itspriddle
Copy link
Collaborator

@itspriddle itspriddle commented Sep 1, 2016

Example:

> Foo.first; nil
  Foo Load (1.2ms)  SELECT  "foos".* FROM "foos"  ORDER BY "foos"."id" ASC LIMIT 1
   (0.7ms)  SELECT decrypt([FILTERED])
> CryptKeeper.silence_logging = true
> Foo.first; nil
  Foo Load (1.2ms)  SELECT  "foos".* FROM "foos"  ORDER BY "foos"."id" ASC LIMIT 1

@jmazzi jmazzi merged commit e61fbeb into master Sep 1, 2016
@jmazzi jmazzi deleted the feature/silence-logs branch September 1, 2016 13:38
@jmazzi
Copy link
Owner

jmazzi commented Sep 1, 2016

Released as 0.22.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants