On Tuesday, January 31, 2017 at 5:59:22 AM UTC-8, Benoit Tigeot wrote:
>
> Hello
>
> I'm wondering if it's possible to get verbose output when 
> using Sequel::Migrator.run. I was running before migrations with command 
> line ('sequel -E -m ...') but now it's in a rake task. I saw in the code 
> db.log_info but it's different (
> https://github.com/jeremyevans/sequel/blob/f526db79aebc2231a5c74f5292f48b6af12eac1f/lib/sequel/extensions/migration.rb#L558
> ).
> If someone have ideas?
>
> Thanks again for Sequel it's a pleasure of use.
>
> Benoit
>

Benoit,

The migrators just use the logger for the Database instance, so as long as 
you have setup a logger appropriately, you should just get verbose output.

Note that Sequel does not provide rake tasks itself, so if you are using a 
rake task, it was provided by someone else, and you may want to ask them.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to