0

Does anybody know where quartz keeps its logs by default?

I tried to search for log files, but I cannot seem to find them.

skaffman
  • 398,947
  • 96
  • 818
  • 769
user1028741
  • 2,745
  • 6
  • 34
  • 68

1 Answers1

0

Quartz logs using the log4j api, so you you can adjust its logging using your log framework (typically log4j or logback). Configuring logging is out of scope for this question, but for some basic information see these other StackOverflow posts:

Disable quartz logging

Turning off Quartz job logging

Community
  • 1
  • 1
JBCP
  • 13,109
  • 9
  • 73
  • 111