Activity log for bug #488425

Date Who What changed Old value New value Message
2009-11-25 20:37:43 Roman Yepishev bug added bug
2009-11-29 13:56:08 Roman Yepishev description Binary package hint: ubuntuone-client Currently log_level is set to INFO in oauthdesktop/logger.py: LOGFILENAME = os.path.join(LOGFOLDER, 'oauth-login.log') # Only log this level and above LOG_LEVEL = logging.INFO root_formatter = logging.Formatter( fmt="%(asctime)s:%(msecs)s %(name)s %(message)s") root_handler = RotatingFileHandler(LOGFILENAME, maxBytes=1048576, backupCount=1) root_handler.setLevel(LOG_LEVEL) This makes it rather hard to debug oauthdesktop-related issues since debug statements are there but they cannot be turned on easily. oauth.conf should be created and read by oauthdesktop that will contain at least [__main__] log_level = DEBUG Binary package hint: ubuntuone-client Currently log_level is set to INFO in oauthdesktop/logger.py: LOGFILENAME = os.path.join(LOGFOLDER, 'oauth-login.log') # Only log this level and above LOG_LEVEL = logging.INFO root_formatter = logging.Formatter(     fmt="%(asctime)s:%(msecs)s %(name)s %(message)s") root_handler = RotatingFileHandler(LOGFILENAME, maxBytes=1048576,                                    backupCount=1) root_handler.setLevel(LOG_LEVEL) This makes it rather hard to debug oauthdesktop-related issues since debug statements are there but they cannot be turned on easily. oauth.conf should be created and read by oauthdesktop that will contain at least [__main__] log_level = DEBUG Additionally the code in logger.py should actually use the root_formatter defined. It looks like this statement got removed in some build.
2009-12-22 14:59:52 Facundo Batista ubuntuone-client (Ubuntu): importance Undecided Low
2009-12-22 14:59:55 Facundo Batista ubuntuone-client (Ubuntu): status New Confirmed
2010-02-02 22:37:09 Joshua Hoover bug task added ubuntuone-client
2010-02-02 22:39:50 Joshua Hoover ubuntuone-client: status New Confirmed
2010-02-02 22:39:58 Joshua Hoover ubuntuone-client (Ubuntu): importance Low Undecided
2010-02-02 22:40:08 Joshua Hoover ubuntuone-client: assignee Ubuntu One Desktop+ team (uone-desktop)
2010-02-02 22:40:13 Joshua Hoover ubuntuone-client (Ubuntu): assignee Ubuntu One Desktop+ team (uone-desktop)
2010-02-02 22:40:17 Joshua Hoover tags desktop+