Skip to content

access-log-destination can't be configured #147

Description

@bamboospirit

Hello ! In order to be able to configure the logs and error template locations I had to edit this file:
clack/src/handler/hunchentoot.lisp
and apply this fix:

(defun run (app &rest args
            &key debug (port 5000)
              ssl ssl-key-file ssl-cert-file ssl-key-password
              access-log-destination error-template-directory message-log-destination ; <- ADDED
              max-thread-count max-accept-count (persistent-connections-p t))
;    then added these 3 params in the two  (apply #'make-instance...) below

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions