Bug 4727 - Default log level has default value of INFO in hconf files, DEBUG in code.
Summary: Default log level has default value of INFO in hconf files, DEBUG in code.
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Other (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Trivial
Target Milestone: 4.1.1
Assignee: Peter Åstrand
URL:
Keywords: ossman_tester, prosaic
Depends on:
Blocks:
 
Reported: 2013-06-25 16:36 CEST by Karl Mikaelsson
Modified: 2013-10-24 10:59 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Karl Mikaelsson cendio 2013-06-25 16:36:32 CEST
Code default is defined as "DEBUG" in tllogger.py:

vsm/modules/thinlinc/tllogger.py:        defaultlevel_string = self.get_string("defaultlevel", "DEBUG").upper()

While hconf file defaults are INFO:

autotests/license_system/logger.hconf:defaultlevel=INFO
tladm/tlwebadm/tlwebadm.hconf:defaultlevel=INFO
vsm/tlclient_cgi.hconf:defaultlevel=INFO
vsm/vsmagent.hconf:defaultlevel=INFO
vsm/vsmserver.hconf:defaultlevel=INFO
webaccess/webaccess.hconf:defaultlevel=INFO
Comment 1 Peter Åstrand cendio 2013-09-12 15:42:41 CEST
r27876.
Comment 2 Pierre Ossman cendio 2013-10-10 13:50:48 CEST
Conf and code are now consistent.

Note You need to log in before you can comment on or make changes to this bug.