Liking cljdoc? Tell your friends :D

lb.access-log

Access logging for the load balancer. Logs connection events to stdout and rotating file. Supports JSON and CLF (Common Log Format) output.

Access logging for the load balancer.
Logs connection events to stdout and rotating file.
Supports JSON and CLF (Common Log Format) output.
raw docstring

flush!clj

(flush!)

Flush access log buffers.

Flush access log buffers.
sourceraw docstring

get-statusclj

(get-status)

Get access logging status.

Get access logging status.
sourceraw docstring

running?clj

(running?)

Check if access logging is running.

Check if access logging is running.
sourceraw docstring

start!clj

(start! config stats-stream conntrack-map)

Start access logging.

Parameters: config - AccessLogConfig with :enabled :format :path :max-file-size-mb :max-files :buffer-size stats-stream - Stats event stream from lb.stats/create-event-stream conntrack-map - Connection tracking BPF map

Returns true if started successfully.

Start access logging.

Parameters:
  config - AccessLogConfig with :enabled :format :path :max-file-size-mb :max-files :buffer-size
  stats-stream - Stats event stream from lb.stats/create-event-stream
  conntrack-map - Connection tracking BPF map

Returns true if started successfully.
sourceraw docstring

stop!clj

(stop!)

Stop access logging.

Stop access logging.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close