journalctl?

Joined
Jan 4, 2014
Messages
1,644
Turn on the debug global option, then make a request. What do you see in your logs? Run journalctl -u caddy --no-pager | less to see.

I've been asked in another forum to run the command in the quote above, however, it seems journalctl isn't available. Is there an equivalent command under FreeBSD?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Look for any file named /var/log/caddy* or a directory /var/log/caddy with files therein.

Then use tail -f on the file.
 
Joined
Jan 4, 2014
Messages
1,644
Top