<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE> [99s-extend] REALLY SOLVED -- Re: SOLVED -- Re: "access.log" for Cowboy
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20REALLY%20SOLVED%20--%20Re%3A%20SOLVED%20--%20Re%3A%20%22access.log%22%20for%0A%20Cowboy&In-Reply-To=%3C519391D9.1000207%40llaisdy.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<style type="text/css">
pre {
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
}
</style>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000141.html">
<LINK REL="Next" HREF="000149.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[99s-extend] REALLY SOLVED -- Re: SOLVED -- Re: "access.log" for Cowboy</H1>
<B>Ivan Uemlianin</B>
<A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20REALLY%20SOLVED%20--%20Re%3A%20SOLVED%20--%20Re%3A%20%22access.log%22%20for%0A%20Cowboy&In-Reply-To=%3C519391D9.1000207%40llaisdy.com%3E"
TITLE="[99s-extend] REALLY SOLVED -- Re: SOLVED -- Re: "access.log" for Cowboy">ivan at llaisdy.com
</A><BR>
<I>Wed May 15 15:47:05 CEST 2013</I>
<P><UL>
<LI>Previous message: <A HREF="000141.html">[99s-extend] SOLVED -- Re: "access.log" for Cowboy
</A></li>
<LI>Next message: <A HREF="000149.html">[99s-extend] REALLY SOLVED -- Re: SOLVED -- Re: "access.log" for Cowboy
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#142">[ date ]</a>
<a href="thread.html#142">[ thread ]</a>
<a href="subject.html#142">[ subject ]</a>
<a href="author.html#142">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Thanks! That works for me too: it was the "{level, none}" that did it.
(I've also spruced up my syntax for lager 2.*)
Thanks for your help and patience.
Ivan
On 15/05/2013 14:33, Adam Rutkowski wrote:
><i>
</I>><i> On 15 May 2013, at 14:43, Ivan Uemlianin wrote:
</I>><i>
</I>>><i> Thanks for this. I've tried it. It seems to be adding a trace to an already existing log file (which is already handling log messagse of a certain level). e.g., it uses lager:trace not lager:trace_file.
</I>>><i>
</I>>><i> I can't set it up so the trace file receives *only* trace messages. I'l revert to the lager:trace_file call.
</I>><i>
</I>><i> The following setup works for me:
</I>><i>
</I>><i> [
</I>><i>
</I>><i> {lager, [
</I>><i> {colored, true},
</I>><i> {handlers, [
</I>><i> {lager_console_backend, info},
</I>><i> {lager_file_backend, [
</I>><i> {file, "log/error.log"}, {level, error}, {size, 10485760}, {date, "$D0"}, {count, 5}]},
</I>><i> {lager_file_backend, [
</I>><i> {file, "log/cdr.log"}, {level, none}, {size, 1000}, {date, "$D0"}, {count, 5}]}
</I>><i> ]},
</I>><i> {crash_log, "log/crash.log"},
</I>><i>
</I>><i>
</I>><i> {traces,
</I>><i> [
</I>><i> {{lager_file_backend, "log/cdr.log"}, [{type, cdr}], debug}
</I>><i> ]}
</I>><i>
</I>><i> ]}
</I>><i>
</I>><i>
</I>><i> ].
</I>><i>
</I>><i> Hope it helps, take care.
</I>><i> A.
</I>><i>
</I>
--
============================================================
Ivan A. Uemlianin PhD
Llaisdy
Speech Technology Research and Development
<A HREF="https://lists.ninenines.eu/listinfo/extend">ivan at llaisdy.com</A>
www.llaisdy.com
llaisdy.wordpress.com
github.com/llaisdy
www.linkedin.com/in/ivanuemlianin
festina lente
============================================================
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000141.html">[99s-extend] SOLVED -- Re: "access.log" for Cowboy
</A></li>
<LI>Next message: <A HREF="000149.html">[99s-extend] REALLY SOLVED -- Re: SOLVED -- Re: "access.log" for Cowboy
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#142">[ date ]</a>
<a href="thread.html#142">[ thread ]</a>
<a href="subject.html#142">[ subject ]</a>
<a href="author.html#142">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>