Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 871 Bytes

manage-lucee-loggers.md

File metadata and controls

32 lines (23 loc) · 871 Bytes

Manage Lucee Loggers

List all Lucee Loggers

cfconfig logger list
cfconfig logger list from=serverName
cfconfig logger list from=/path/to/server/home

To receive the data back as JSON, use the --JSON flag.

cfconfig logger list --JSON

Add or update a Lucee Logger

cfconfig logger save name=application appender=resource appenderArguments:path={lucee-config}/logs/application.log
cfconfig logger save name=application appender=resource appenderArguments:path={lucee-config}/logs/application.log to=serverName
cfconfig logger save name=application appender=resource appenderArguments:path={lucee-config}/logs/application.log to=/path/to/server/home

Delete a Lucee Logger

cfconfig logger delete application
cfconfig logger delete application serverName
cfconfig logger delete application /path/to/server/home