(log-files)
Returns the names (as Strings) of all current log files, or nil if there aren't any.
Returns the names (as Strings) of all current log files, or nil if there aren't any.
(reload!)
Reloads all of configuration for the bot. This will briefly take the bot offline.
Reloads all of configuration for the bot. This will briefly take the bot offline.
(set-log-level! level)
(set-log-level! logger-name level)
Sets the log level (which can be a string or a keyword) of the bot, for the given package (a String, defaults to 'bot-unfurl', use 'ROOT' for the root logger).
Sets the log level (which can be a string or a keyword) of the bot, for the given package (a String, defaults to 'bot-unfurl', use 'ROOT' for the root logger).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close