[erlang-questions] how can I make mnesia/sasl keep quiet

Samuel Elliott sam@REDACTED
Thu Sep 1 22:23:50 CEST 2011


Does it count to put it in an app.config file that is referenced with $erl
-config var/app ?

yeah, essentially the same thing, but easier to version control and you can
be sure its read at startup, which seems to be the issue mentioned to do
with application:set_env/3

Sam

On Thu, Sep 1, 2011 at 1:57 PM, Joe Armstrong <erlang@REDACTED> wrote:

> On Thu, Sep 1, 2011 at 1:30 AM, Joseph Norton <norton@REDACTED>
> wrote:
> >
> > Try the following ....
> >
> > $ erl -sasl errlog_type error
> >
>
> Thanks
>
> Any idea if this also be done if I start with
>
>  $erl
>
> I prefer to do *everything* by calling functions and not with command
> line arguments
>
> /Joe
>
>
>
>
> > Joseph Norton
> > norton@REDACTED
> >
> >
> >
> > On Sep 1, 2011, at 3:27 AM, Dmitry Demeshchuk wrote:
> >
> >> That's exactly what I want to do with rabbitmq erlang client as well :(
> >>
> >> On Wed, Aug 31, 2011 at 9:07 PM, Joe Armstrong <erlang@REDACTED>
> wrote:
> >>> When I do
> >>>
> >>>> mnesia:stop().
> >>>
> >>> I see this
> >>>
> >>> =INFO REPORT==== 31-Aug-2011::19:03:57 ===
> >>>    application: mnesia
> >>>    exited: stopped
> >>>    type: temporary
> >>>
> >>> How can I get rid of this printout? I never want to see excess output
> >>> if the system has correctly done what I told it to do.
> >>>
> >>> /Joe
> >>> _______________________________________________
> >>> erlang-questions mailing list
> >>> erlang-questions@REDACTED
> >>> http://erlang.org/mailman/listinfo/erlang-questions
> >>>
> >>
> >>
> >>
> >> --
> >> Best regards,
> >> Dmitry Demeshchuk
> >> _______________________________________________
> >> erlang-questions mailing list
> >> erlang-questions@REDACTED
> >> http://erlang.org/mailman/listinfo/erlang-questions
> >
> >
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>



-- 
Samuel Elliott
sam@REDACTED
http://lenary.co.uk/
+44 (0)7891 993 664
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110901/f746a98d/attachment.htm>


More information about the erlang-questions mailing list