https://bz.apache.org/bugzilla/show_bug.cgi?id=70172
Bug ID: 70172
Summary: Record loglevel default missing in doc
Product: Ant
Version: 1.10.17
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The entry just contains:
No [values = error|warn|info|verbose|debug, default = no change]
But RecorderEntry defaults:
/** The current verbosity level to record at. */
private int loglevel = Project.MSG_INFO;
--
You are receiving this mail because:
You are the assignee for the bug.