Skip to content

Commit

Permalink
modified write test to write to temp for travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
raincity committed Sep 9, 2018
1 parent 4a8dc9a commit 981aca9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion logs/.keeper

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "simple-node-logger",
"version": "0.93.38",
"version": "0.93.39",
"description": "A node console and file logger suitable for small, medium and large production projects.",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion test/RollingFileAppenderTests.js
Expand Up @@ -17,7 +17,7 @@ describe('RollingFileAppender', function() {
const opts = {};

opts.level = 'debug';
opts.logDirectory = process.env.HOME + '/logs';
opts.logDirectory = '/tmp/';
opts.fileNamePattern = 'app-<Date>.log';
opts.autoOpen = false;

Expand Down

0 comments on commit 981aca9

Please sign in to comment.