New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-7770
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Sergio Castillo
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

Log information for services

Created: 26/Aug/05 10:56 AM   Updated: 29/Aug/05 01:18 AM
Component/s: Services
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Participants: Jeff Turner [Atlassian] and Sergio Castillo
Since last comment: 3 years ago
Labels:


 Description  « Hide
It would be nice to have the services (backup, vcs update, etc) information like time started and ended, be logged without having to change the logging level to DEBUG. This will help a lot in analyzing the performance of each service and the system as a whole, without having to worry about getting a huge log file.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jeff Turner [Atlassian] added a comment - 29/Aug/05 01:18 AM
You can do this by editing log4j.properties, and adding another logging category:

log4j.category.com.atlassian.jira.service.services = INFO, console
log4j.additivity.com.atlassian.jira.service.services = false

Then in Admin -> Logging & Profiling, you'll be able to adjust the log level of services independently of everything else.