in reply to Re^7: log level in modules
in thread log level in modules

Why do you think it has anything to do with forking?

Don't recall saying it did. Forking was mentioned as part of context and when answering questions

Why do you think it has anything to do with signals?

Don't recall saying it did. Simply mentioned that I'm using a signal to trigger the change in level. Again, context.

Why do you think changes to one variable should have some effect in the return value of get_logger

My understanding is that get_logger returnes a reference to the logger. Making changes using that reference would then make changes to the logger. Why wouldn't subsequent calls to get_logger return the modified logger?

Replies are listed 'Best First'.
Re^9: log level in modules
by ikegami (Patriarch) on Aug 24, 2009 at 14:02 UTC

    Don't recall saying it did.

    More importantly, you didn't say it didn't. You thought it was related enough to mention, so please go rule it out.

    Still waiting for code.