1 2012-11-02T00:04:09  *** MattMaker has quit IRC
   2 2012-11-02T00:08:32  *** MattMaker has joined #moin-dev
   3 2012-11-02T00:20:55  *** MattMaker has quit IRC
   4 2012-11-02T08:08:32  <dreimark> spy_: done
   5 2012-11-02T08:08:36  <dreimark> moin
   6 2012-11-02T09:30:52  *** yufra_ has quit IRC
   7 2012-11-02T09:32:35  *** yufra has joined #moin-dev
   8 2012-11-02T10:22:50  *** greg_f has joined #moin-dev
   9 2012-11-02T11:36:10  *** MattMaker has joined #moin-dev
  10 2012-11-02T11:40:31  *** Trip__ has joined #moin-dev
  11 2012-11-02T11:41:00  *** MattMaker has quit IRC
  12 2012-11-02T11:51:53  *** Trip__ is now known as MattMaker
  13 2012-11-02T11:52:00  *** MattMaker is now known as stops
  14 2012-11-02T11:52:06  *** stops is now known as MattMaker
  15 2012-11-02T12:06:11  *** Trip__ has joined #moin-dev
  16 2012-11-02T12:07:16  <ThomasWaldmann> moin
  17 2012-11-02T12:08:56  *** MattMaker has quit IRC
  18 2012-11-02T12:10:51  <sunu> hi ThomasWaldmann
  19 2012-11-02T12:12:01  <sunu> ThomasWaldmann: the main aim of the logging configuration is to change the log format ?
  20 2012-11-02T12:18:01  <ThomasWaldmann> no, the main aim is to influence how much detail of what subsystem is being logged.
  21 2012-11-02T12:18:42  <ThomasWaldmann> so, e.g. if one is experiencing trouble with authentication, one can raise log level to debug, but just for auth subsystem
  22 2012-11-02T12:25:06  <dreimark> re
  23 2012-11-02T12:29:08  <sunu> ThomasWaldmann: yeah that when there is a config file is provided, but when there is no config file we are just adjusting the format ?
  24 2012-11-02T12:32:41  <ThomasWaldmann> if no logging config is provided, we just give some builtin default config
  25 2012-11-02T12:34:10  <sunu> ok
  26 2012-11-02T12:38:03  <ThomasWaldmann> did you reproduce the hang on gae?
  27 2012-11-02T12:43:31  <sunu> ThomasWaldmann: yes.
  28 2012-11-02T12:44:15  <sunu> and the cause seems to be logging.config.fileConfig()
  29 2012-11-02T13:05:18  <ThomasWaldmann> maybe you could try with a very simple, separate gae app (not moin) whether this is a general problem
  30 2012-11-02T13:05:47  *** Trip__ has quit IRC
  31 2012-11-02T13:06:36  <sunu> ThomasWaldmann: Doing exactly that now :)
  32 2012-11-02T13:07:02  <ThomasWaldmann> also maybe try whether disable_existing_loggers=False makes a difference
  33 2012-11-02T13:07:44  <sunu> tried that already , it doesn't seem to make any difference
  34 2012-11-02T13:11:57  <ThomasWaldmann> you could also try calling fileConfig with a StringIO object instead of a filename
  35 2012-11-02T13:13:40  <sunu> Currently I am calling it with a StringIO object. Because the default config which we try to set uses StringIO object
  36 2012-11-02T13:20:24  *** MattMaker has joined #moin-dev
  37 2012-11-02T13:23:19  <ThomasWaldmann> ok
  38 2012-11-02T13:23:21  <ThomasWaldmann> bbl
  39 2012-11-02T13:23:39  *** MattMaker has quit IRC
  40 2012-11-02T13:24:49  *** MattMaker has joined #moin-dev
  41 2012-11-02T13:56:28  *** MattMaker has quit IRC
  42 2012-11-02T14:01:29  *** spy has joined #moin-dev
  43 2012-11-02T14:21:52  <sunu> ThomasWaldmann: tested with a small webapp2 app on gae. The behavior remains the same.
  44 2012-11-02T14:25:27  <sunu> But the logging.debug() logs don't appear in the app engine log only because we  set the level to INFO on default config. So only the logs with higher priority such as logging.warn(), logging.info(), logging.error() appear in the logs.
  45 2012-11-02T14:26:02  <sunu> If we set the level to DEBUG logging.debug() works as well :)
  46 2012-11-02T15:12:49  <sunu> ThomasWaldmann: here's a screenshot of the logs for moin on gae http://clipboard.com/clip/LQWE0iGe-aMM15MmBbV05gGyHlRbLvYfY6Le . Have a look and see if it's ok.
  47 2012-11-02T15:14:16  *** MattMaker has joined #moin-dev
  48 2012-11-02T15:46:37  *** MattMaker has quit IRC
  49 2012-11-02T16:07:08  *** dwcramer has joined #moin-dev
  50 2012-11-02T17:29:18  *** dwcramer has quit IRC
  51 2012-11-02T17:36:23  *** MattMaker has joined #moin-dev
  52 2012-11-02T17:52:13  *** MattMaker has quit IRC
  53 2012-11-02T18:50:57  *** greg_f has quit IRC
  54 2012-11-02T18:54:09  <ThomasWaldmann> re
  55 2012-11-02T18:57:25  *** dwcramer has joined #moin-dev
  56 2012-11-02T19:14:45  *** dwcramer has quit IRC
  57 2012-11-02T19:15:27  *** dwcramer has joined #moin-dev
  58 2012-11-02T19:45:44  *** RogerHaase has joined #moin-dev
  59 2012-11-02T20:30:29  *** RogerHaase1 has joined #moin-dev
  60 2012-11-02T20:32:23  *** RogerHaase has quit IRC
  61 2012-11-02T20:41:07  *** RogerHaase1 has left #moin-dev
  62 2012-11-02T21:20:01  *** spy has quit IRC
  63 2012-11-02T21:32:25  *** RogerHaase1 has joined #moin-dev
  64 2012-11-02T21:33:37  *** dwcramer has quit IRC
  65 2012-11-02T21:37:46  *** RogerHaase1 is now known as RogerHaase
  66 2012-11-02T21:40:23  <RogerHaase> ThomasWaldmann:  fix for #251: foobar headings miss the anchor link:  http://codereview.appspot.com/6784055/
  67 2012-11-02T21:41:50  <RogerHaase> still waiting for OK to delete obsolete comment:  http://codereview.appspot.com/6749065/
  68 2012-11-02T21:46:01  <ThomasWaldmann> hi roger
  69 2012-11-02T21:46:29  <RogerHaase> moin Thomas
  70 2012-11-02T21:47:16  *** dwcramer has joined #moin-dev
  71 2012-11-02T21:50:54  <ThomasWaldmann> fire free :)
  72 2012-11-02T21:51:47  <ThomasWaldmann> spy_: so it worked as expected?
  73 2012-11-02T21:55:27  *** dwcramer has quit IRC
  74 2012-11-02T22:32:50  *** MattMaker has joined #moin-dev
  75 2012-11-02T22:47:13  <ThomasWaldmann> btw, gci org application deadline is on monday and we don't have the tasks ready yet.
  76 2012-11-02T22:55:27  <moinBot> http://hg.moinmo.in/moin/2.0/rev/a086335d6b76 2012-11-02 Thomas Waldmann <tw AT waldmann-edv DOT de>  add markdown doc stub
  77 2012-11-02T23:21:17  *** RogerHaase has left #moin-dev
  78 

MoinMoin: MoinMoinChat/Logs/moin-dev/2012-11-02 (last edited 2012-11-01 23:45:03 by IrcLogImporter)