HN44 / pywebdav

Automatically exported from code.google.com/p/pywebdav
0 stars 0 forks source link

Patch to improve pywebdav logging mechanism #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

This is a patch to improve pywebdav logging mechanism.

This information contained in config.ini :

::

    [DAV]

    # Verbose?
    # verbose enabled is like loglevel = INFO
    verbose = 1

    #log level : DEBUG, INFO, WARNING, ERROR, CRITICAL (Default is WARNING)
    #loglevel = WARNING

This information information displayed with davserver --help 

::

    -l, --loglevel  Select the log level : DEBUG, INFO, WARNING, ERROR,
CRITICAL
                    Default is WARNING

What do you think about this patch ?

Can I commit it ?

You can test version with this patch here :

http://bitbucket.org/harobed/pywebdav/

Regards,
Stephane

Original issue reported on code.google.com by klein.stephane on 21 Jul 2009 at 6:05

Attachments:

GoogleCodeExporter commented 8 years ago
Looks good! Any plans to commit your changes from
http://bitbucket.org/harobed/pywebdav to here so that I can test them and then 
make
an release?

Original comment by spamsch@gmail.com on 21 Jul 2009 at 10:53

GoogleCodeExporter commented 8 years ago
> Looks good! Any plans to commit your changes from
> http://bitbucket.org/harobed/pywebdav to here so that I can test them and 
then make
> an release?

I would like done two other patch before make an release.

Please wait one week...

Original comment by klein.stephane on 21 Jul 2009 at 12:28

GoogleCodeExporter commented 8 years ago
ack thanks for your work!

Original comment by spamsch@gmail.com on 21 Jul 2009 at 12:30

GoogleCodeExporter commented 8 years ago

Original comment by klein.stephane on 26 Jul 2009 at 5:07