[Freeswitch-users] log-auth-failures warning not in freeswitch.log
Lloyd Aloysius
lloyd.aloysius at gmail.com
Sat Jul 20 00:28:15 MSD 2013
I find the reason why my freeswitch.log zero bytes.
configuration i have only one module load by a static xml file in
/autoload_config/modules.conf
<configuration name="modules.conf" description="Modules">
<modules>
<load module="mod_xml_curl"/>
</modules>
</configuration>
I load all other modules using curl, post_load_modules. But switch do not
take the mod_logfile configuration through curl.
I have to load mod_logfile before xml_curl like below, then log file have
entries.
<configuration name="modules.conf" description="Modules">
<modules>
<load module="mod_logfile"/>
<load module="mod_xml_curl"/>
</modules>
</configuration>
Can someone help me to understand the module load process through curl.
Sounds like we cannot load mod_logfile through xml_curl ?
Another situation timezone.conf also not reading from curl? any help is
appreciated
Thank you
Lloyd
*
*
* <http://www.sunteltech.ca/blog/>*
On Thu, Jul 18, 2013 at 8:31 AM, <covici at ccs.covici.com> wrote:
> Its working with a git from a few days ago and has been right along.
>
> Lloyd Aloysius <lloyd.aloysius at gmail.com> wrote:
>
> > Hi All,
> >
> > I have the following parameter in the profile
> >
> > <param name="log-auth-failures" value="true"/>
> >
> > and log file configuration I have the following
> > - debug,info,notice,warning,err,crit,alert Default values.
> >
> > I see the log auth failures in console. But not writing into the
> > freeswitch.log file. How to fix this?
> >
> > Thanks
> > Lloyd
> > *
> > *
> >
> > ----------------------------------------------------
> > Alternatives:
> >
> > ----------------------------------------------------
> > _________________________________________________________________________
> > Professional FreeSWITCH Consulting Services:
> > consulting at freeswitch.org
> > http://www.freeswitchsolutions.com
> >
> >
> >
> >
> > Official FreeSWITCH Sites
> > http://www.freeswitch.org
> > http://wiki.freeswitch.org
> > http://www.cluecon.com
> >
> > FreeSWITCH-users mailing list
> > FreeSWITCH-users at lists.freeswitch.org
> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> > http://www.freeswitch.org
>
> --
> Your life is like a penny. You're going to lose it. The question is:
> How do
> you spend it?
>
> John Covici
> covici at ccs.covici.com
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
>
>
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130719/fc00ef24/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list