yetibot / core

:expressionless: Core yetibot utilities, extracted for shared use among Yetibot and its various plugins
https://yetibot.com
Eclipse Public License 1.0
27 stars 17 forks source link

Make yetibot log file path configurable #129

Closed kaffein closed 4 years ago

kaffein commented 4 years ago

This PR makes the log file path configurable via the external config.edn file.

:log {:level "debug"
      :path "/var/log/yetibot/yetibot.log"}

can you PTAL @devth

thanks ;-)

codecov[bot] commented 4 years ago

Codecov Report

Merging #129 into master will increase coverage by 0.00%. The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #129   +/-   ##
=======================================
  Coverage   42.25%   42.25%           
=======================================
  Files          91       91           
  Lines        3886     3888    +2     
  Branches      170      170           
=======================================
+ Hits         1642     1643    +1     
- Misses       2074     2075    +1     
  Partials      170      170           
Impacted Files Coverage Δ
src/yetibot/core/logging.clj 35.00% <50.00%> (+1.66%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 42c44bb...8722545. Read the comment docs.