Navigation Menu

Skip to content

Commit

Permalink
Use log levels same to Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 9, 2015
1 parent 5e7c016 commit c7fb54c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/droonga-http-server
Expand Up @@ -46,6 +46,8 @@ if (options.systemLogFile && options.systemLogFile != '-') {
});
logger.transports.console.level = options.systemLogLevel.toLowerCase();
}
// simulate Ruby compatible log level
logger.trace = logger.silly;

try {

Expand Down

0 comments on commit c7fb54c

Please sign in to comment.