Feature #38
unstable rev.65 does not log correctly
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | anonymous - | % Done: | 0% |
|
| Category: | Glastopf | Spent time: | - | |
| Target version: | To be done sometime | |||
| Resolution: | fixed |
Description
We should add a DEBUG = True/False configuration switch for turning on console debug logging.
hey, i tried the unstable rev.65.
It does not print loglines to screen anymore and the entries in logfile look like this:
2009-03-02 22:40:42,564 - [[GlastopfLogger]] - INFO - Glastopf Server started...
2009-03-02 22:41:11,580 - [[GlastopfLogger]] - INFO - ('Attack from %s with request: %s', '91.41.231.111', '/dxuh?bla=http://google.com')
2009-03-02 22:41:11,580 - [[GlastopfLogger]] - INFO - ('Attack from %s with request: %s', '91.41.231.111', '/dxuh?bla=http://google.com')
2009-03-02 22:41:11,909 - [[GlastopfLogger]] - INFO - ('%s successful opened', 'http://google.com')
2009-03-02 22:41:11,909 - [[GlastopfLogger]] - INFO - ('%s successful opened', 'http://google.com')
2009-03-02 22:41:11,909 - [[GlastopfLogger]] - INFO - ('%s successful opened', 'http://google.com')
2009-03-02 22:41:11,934 - [[GlastopfLogger]] - INFO - ('File %s written to disk', '3d68a7ea51303e2eb2bcfd829df3ad40')
2009-03-02 22:41:11,934 - [[GlastopfLogger]] - INFO - ('File %s written to disk', '3d68a7ea51303e2eb2bcfd829df3ad40')
2009-03-02 22:41:11,934 - [[GlastopfLogger]] - INFO - ('File %s written to disk', '3d68a7ea51303e2eb2bcfd829df3ad40')
2009-03-02 22:41:11,934 - [[GlastopfLogger]] - INFO - ('File %s written to disk', '3d68a7ea51303e2eb2bcfd829df3ad40')
History
Updated by anonymous - almost 3 years ago
- Status changed from New to Assigned
Updated by Lukas Rist almost 3 years ago
logfile error solved in r80
i've reduced the console output.
Updated by Lukas Rist almost 3 years ago
We should think about how much we need screen output.
Updated by Lukas Rist almost 3 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed