Thank you for sharing.
Yes, the model is not difficult, that's why everybody helps himself up to
now. Maybe this is the best solution and there is not much in common.
The things which are in common (ORM, Admin-Interface) are already provided
by django.
It's just a bit of glue-code to get it w
On Tuesday, April 4, 2017 at 5:18:42 AM UTC-7, guettli wrote:
>
> In the past I was told: Don't store logs in the database.
>
For general purposes, I agree with this. Logging is a python standard, logs
can be verbose, logrolling solutions are well established (and built in),
etc. However, there
Hi Marten,
Am Donnerstag, 6. April 2017 14:10:58 UTC+2 schrieb knbk:
>
> Hi Thomas,
>
> The primary purpose of logging is to catch and examine errors. If
> something went wrong, you want to know *when *and *why*. Logging to a
> database increases the complexity and greatly increases the number o
Am Donnerstag, 6. April 2017 10:42:17 UTC+2 schrieb Christian Ledermann:
>
> On 6 April 2017 at 09:15, guettli >
> wrote:
> > Hello Brick Wall, how are you doing?
>
> Hello Stonemason.
>
> What is your question?
>
>
It was more an idea than a question.
The question could be: What do you th
Hi Thomas,
The primary purpose of logging is to catch and examine errors. If something
went wrong, you want to know *when *and *why*. Logging to a database
increases the complexity and greatly increases the number of things that
can go wrong. The last thing you want to find out when retracing a
On 6 April 2017 at 09:15, guettli wrote:
> Hello Brick Wall, how are you doing?
Hello Stonemason.
What is your question?
I do not have a strong opinion on your approach - i don't even know
the problem you are trying to solve.
or how big your logs are. a couple of KB per day or some GB per hour?
Hello Brick Wall, how are you doing?
Am Dienstag, 4. April 2017 14:18:42 UTC+2 schrieb guettli:
>
> In the past I was told: Don't store logs in the database.
>
> Time (and hardware) has changed.
>
> I think it is time to store logs where I have great tools for analyzing
> logs.
>
> Storing in a m
In the past I was told: Don't store logs in the database.
Time (and hardware) has changed.
I think it is time to store logs where I have great tools for analyzing
logs.
Storing in a model which I can access via django orm is my current strategy.
It seems no one has done this before. I could no
8 matches
Mail list logo