0

it looks like papercut is causing some problems after an upgrade:

enter image description here

Where is this log located?

Thufir
  • 4,551

1 Answers1

1

According to the excerpt below from the default settings.py of papercut (found at http://src.gnu-darwin.org/ports/news/papercut/work/papercut-0.9.13/settings.py.html ), you are likely to find the log file (if any) at /usr/local/share/papercut/logs/papercut.log .

# full path for where Papercut will store the log file
log_path = "/usr/local/share/papercut/logs/"
# the actual log filename
log_file = log_path + "papercut.log"
Steve Kroon
  • 1,034