Skip to content

Commit

Permalink
fix example logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Tahler committed Sep 23, 2012
1 parent 1659495 commit 743d49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/servers/actionHero_cluster_peer_1.js
Expand Up @@ -8,7 +8,7 @@ var params = {};
params.configChanges = {
general: {},
log: {
logFile: "api_peer_3.log",
logFile: "api_peer_1.log",
},
httpServer: {
port: 8080,
Expand Down
2 changes: 1 addition & 1 deletion examples/servers/actionHero_cluster_peer_2.js
Expand Up @@ -8,7 +8,7 @@ var params = {};
params.configChanges = {
general: {},
log: {
logFile: "api_peer_3.log",
logFile: "api_peer_2.log",
},
httpServer: {
port: 8081,
Expand Down

0 comments on commit 743d49f

Please sign in to comment.