Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Logging webhook to a separate log file

Marat November 18, 2021

How to can configure webhooks logging into a separate file?

1 answer

0 votes
Aron Gombas _Midori_
Community Champion
November 18, 2021

Jira Server relies on the Log4j library for logging, It is fully configurable:

  • you can add a new appender (which writes to separate file)
  • and you can change logging level and other settings per Java package (to make webhooks write logs through your new appender).

See this page.

Suggest an answer

Log in or Sign up to answer