
| Key: |
JRA-7770
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Sergio Castillo
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|
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.