Skip to content

A Lita handler to log all chat messages to a file

License

Notifications You must be signed in to change notification settings

s-kazuki/lita-logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lita-logger

lita-logger is a handler for Lita to log all chat messages to a file.

Installation

Add lita-logger to your Lita instance's Gemfile:

gem "lita-logger"

Configuration

This plugin requires the path to the log file.

Lita.configure do |config|
  config.handlers.logger.log_file = "/tmp/lita_chat.log"
  config.handlers.logger.enable_http_log = true
end

License

MIT

About

A Lita handler to log all chat messages to a file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%