Skip to content

Commit

Permalink
Déplacement du répertoire de logs à la racine du projet
Browse files Browse the repository at this point in the history
  • Loading branch information
jphilaine committed Mar 23, 2016
1 parent 2cad0d5 commit 9f85385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,8 +1,8 @@
node_modules/
data/*
!data/.gitkeep
api/logs/*
!api/logs/.gitkeep
logs/*
!logs/.gitkeep
.maestro.yml
automation/bin/ansible-deploy
vendor/
Expand Down
2 changes: 1 addition & 1 deletion api/app.js
Expand Up @@ -30,7 +30,7 @@ let log = new Logger({
level: 'debug'
},
{
path: 'logs/api-mockiji.log',
path: '../logs/api-mockiji.log',
level: 'trace'
}
]
Expand Down
File renamed without changes.

0 comments on commit 9f85385

Please sign in to comment.