Bug 1142264 - [ovirt-guest-agent] default-logger.ini contains u/s filename for log file
Summary: [ovirt-guest-agent] default-logger.ini contains u/s filename for log file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-guest-agent
Version: 3.5.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: 3.5.0
Assignee: Vinzenz Feenstra [evilissimo]
QA Contact: Jiri Belka
URL:
Whiteboard: virt
Depends On:
Blocks: 1142241 rhev3.5beta3
TreeView+ depends on / blocked
 
Reported: 2014-09-16 13:06 UTC by Jiri Belka
Modified: 2015-02-17 08:25 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-17 08:25:47 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jiri Belka 2014-09-16 13:06:10 UTC
Description of problem:
default-logger.ini contains u/s filename for log file

plus first line misses '[loggers]'.

~~~

keys=root

[handlers]
keys=console,logfile

[formatters]
keys=long,simple,none,sysform

[logger_root]
level=INFO
handlers=logfile
propagate=0

[handler_logfile]
class=handlers.RotatingFileHandler
args=('ovirt-guest-agent.log', 'a+', 100*1024, 5)
formatter=long

[handler_console]
class: StreamHandler
args: []
formatter: none

[formatter_simple]
format: %(name)s:%(levelname)s:  %(message)s

[formatter_none]
format: %(message)s

[formatter_long]
format: %(threadName)s::%(levelname)s::%(asctime)s::%(module)s::%(lineno)d::%(name)s::%(message)s

[formatter_sysform]
format= %(asctime)s %(levelname)s %(message)s
datefmt=
~~~

Version-Release number of selected component (if applicable):
3.5.3

How reproducible:
100%

Steps to Reproduce:
1. check log filename
2.
3.

Actual results:
u/s filename

Expected results:
d/s filename

Additional info:

Comment 1 Lev Veyde 2014-09-16 13:16:20 UTC
The file actually initially does contain the [loggers] line.

But it gets removed during the installation because of the wrong log file name.

Comment 4 Jiri Belka 2014-10-22 08:56:05 UTC
ok, 3.5.5

Comment 6 Omer Frenkel 2015-02-17 08:25:47 UTC
RHEV-M 3.5.0 has been released


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