Menu

#1334 Remove date and thread number from debug

3.0.16
closed
5
2012-12-10
2010-06-30
Anonymous
No

Hello. Is it possible to make the debug window show just A instead of B?

A
Request: sourceforge.net/tracker/?group_id=11118&atid=211118

B
Jun 30 09:21:05.908 00000c9c Request: sourceforge.net/tracker/?group_id=11118&atid=211118

Discussion

  • Fabian Keil

    Fabian Keil - 2010-07-02

    Of course it's possible, but you have to recompile Privoxy to do it.

    The log message prefix gets added in log_error() in errlog.c:

    701: /* Add prefix for everything but Common Log Format messages */
    702: if (loglevel != LOG_LEVEL_CLF)

    With the blog removed all log messages should be prefix-free. It's not clear to me why this would be a good thing, though.

     
  • Fabian Keil

    Fabian Keil - 2010-07-02
    • assigned_to: nobody --> fabiankeil
    • status: open --> open
     
  • Nobody/Anonymous

    Thanks for the reply. Since I'm not familiar with compiling software, it seems that I'm going to need to get used to the prefixes.

    I'd like to remove it because I used bFilter (http://sourceforge.net/projects/bfilter/) before Privoxy. Take a look at how it log window is: http://i.imgur.com/Uq7Ce.png (double-cliking a URL copies it, and ctrl+c copies the entire list).

    I use the log window to know what were the the URLs that *have just been accessed or blocked* by the proxy, so I don't really need time stamps or IDs like 00000c9c. :)

    I don't know if bFilter code could be re-used or converted by your team, but I leave this suggestion to you if you have plans of changing the GUI.

    Thanks again for the reply and for keeping Privoxy updated.

     
  • Fabian Keil

    Fabian Keil - 2012-12-10
    • status: open --> closed
     

Log in to post a comment.