parsemail.sh hanging with large mails

David Demelier markand at malikania.fr
Fri Sep 22 00:57:58 AEST 2017


On Thu, 2017-09-21 at 15:32 +0100, Stephen Finucane wrote:
> Ah, sorry - my mistake. We changed this in 2.0. What you should do
> instead is
> modify the following lines in 'patchwork/settings/base.py':
> 
>     LOGGING = {
>         ...
>         'loggers': {
>             ...
>             'patchwork.management.commands': {
>                 ...
>                 'level': 'INFO',  # <-- change this to 'DEBUG'

Thanks, I'll check this out.

> As Andy has said another mail, there could be merit in simply
> dropping these
> patches. However, I would curious to know how we could have something
> so big.

Easy, moving sqlite amalgamated source files from one place to another:

$ wc -l sqlite*
 200726 sqlite3.c
    560 sqlite3ext.h
  10442 sqlite3.h

-- 
David Demelier


More information about the Patchwork mailing list