Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log file name changed since version 1.1.2 #44

Closed
IoannesPaulus opened this issue Jun 13, 2016 · 3 comments
Closed

log file name changed since version 1.1.2 #44

IoannesPaulus opened this issue Jun 13, 2016 · 3 comments

Comments

@IoannesPaulus
Copy link

The name of the log files has changed since version 1.1.2.

var rollingFileLogger = new(WinstonDailyRotFile)({
timestamp: timeStamp,
filename: 'logs/development/log',
datePattern: '-yyyy-MM-dd.log'
});

Before: log-2016-06-06.log
After: log.-2016-06-06.log

@mattberther
Copy link
Member

Thank you for your report. There appears to be a regression introduced at d17c0d8. Im in process of addressing now.

mattberther pushed a commit that referenced this issue Jun 13, 2016
…default datePattern/prepend:true option is used
@mattberther
Copy link
Member

mattberther commented Jun 13, 2016

The issue should be resolved -- while still maintaining the desired functionality from #38. Pushed to npm as v1.1.4.

Please dont hesitate to reopen the issue if you continue to see problems.

@IoannesPaulus
Copy link
Author

thanks for the quick resolution! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants