Hi,
I develop a plugin, I recorded some data in the log gave my class.
for exemple i did :
private static final Logger log = LoggerFactory.getLogger(IssueCreatedResolvedListener.class);
log.info("****************** TEST OK**********************");
How can I view my log, in which folder?
Thank you.
Community moderators have prevented the ability to post new answers.
Additional info (on the closed duplicate of this question): https://answers.atlassian.com/questions/34222
In the folder where you are running your plugin from (assuming you are using atlas-debug, etc.) there should be a target directory. Within this target directory there should be a .log file associated with the product you are using to test your plugin. If you are using confluence 4.0 this log would be called confluence-4.0.log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use JIRA 4.3.4, i don't see my info in my logs :
is my logs : atlassian-jira.log in C:\Program Files\Atlassian\JIRA 4.3.4 ?
if this is my logs : i don't see my info in it.
how can i alter the log level that displays (i don't inderstand what is you mean)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.