History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SQL-7
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Bob Swift
Reporter: matt@atlassian.com
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence SQL Plugin

Change warning about macro-security.properties to an INFO level message

Created: 05/Dec/06 01:23 AM   Updated: 08/Jan/07 11:58 PM
Component/s: SQL macro
Affects Version/s: None
Fix Version/s: 3.1

Time Tracking:
Not Specified

Labels:


 Description  « Hide
We have this filling up our logs on our Confluence intranet because every single use of a macro logs it to the file.

It would be better as an INFO level log, if you're going to log it for each macro, or just cache the fact that it doesn't exist, and recheck it every x hundred calls.

The relevant line is here:

http://svn.atlassian.com/fisheye/browse/public/contrib/confluence/scriptutil-plugin/trunk/src/java/org/swift/confluence/scriptutil/ScriptUtils.java?r=3311#l257



 All   Comments   Work Log   Change History   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Bob Swift - 05/Dec/06 07:04 AM
Agree. Will fix.

Bob Swift - 30/Dec/06 12:23 PM
The fix is in common code and will go out as each plugin gets updated with the newer common code.

Bob Swift - 08/Jan/07 11:58 PM
Should only be issued once per session.