log4js-node / streamroller

node.js file streams that roll over when they reach a maximum size, or a date/time.
MIT License
38 stars 19 forks source link

feat: tilde expansion for filename #135

Closed lamweili closed 2 years ago

lamweili commented 2 years ago

Fixes log4js-node/streamroller#136

  1. ~ in ~/ or ~\ will be expanded to os.homedir() (~ and ~filename unaffected as these are valid filenames)