Giter Site home page Giter Site logo

Comments (6)

imdrasil avatar imdrasil commented on June 11, 2024 1

verbose_migrations is already there. I'll ensure it works for all cases and make it is a little bit obvious in the docs how to silence migrations as well

from jennifer.cr.

wJoenn avatar wJoenn commented on June 11, 2024

Just noticed you addressed the PR that deprecated this #447 (comment)
I have to admit I don't understand your answer though, sorry about that 🤔

from jennifer.cr.

imdrasil avatar imdrasil commented on June 11, 2024

For this topic - the reason is that migrations just use puts to output information to STDOUT about the process. I'll add verbose_migrations config to address this. I wouldn't use default logger because it wouldn't work nicely with selected formatter (imho)

Regarding my comment - I added your setup to this repo and it worked as expected. Here all logs by default are written to the memory in tests and you need to set an env variable to actually see them in logs. And at the end it looks like I slightly misunderstood you.

Is it correct that only this portion of "logs" is still written to the output?

from jennifer.cr.

wJoenn avatar wJoenn commented on June 11, 2024

Is it correct that only this portion of "logs" is still written to the output?

Yes that seems to be the case

from jennifer.cr.

imdrasil avatar imdrasil commented on June 11, 2024

Feel free to reopen this issue if you still see any logs after merged fix you would not expect

from jennifer.cr.

wJoenn avatar wJoenn commented on June 11, 2024

Can confirm this silence the logs in test.
Thanks for the changes Roman !

if ENV["KEMAL_ENV"] == "test"
  Log.setup "db", Log::Severity::None, Log::IOBackend.new

  Jennifer::Config.configure do |conf|
    conf.verbose_migrations = false
  end
else
  Log.setup "db", Log::Severity::Debug, Log::IOBackend.new(formatter: Jennifer::Adapter::DBColorizedFormatter)
end

from jennifer.cr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.