Skip to content

Commit

Permalink
Merge pull request #5863 from spalger/rename/logFormatString
Browse files Browse the repository at this point in the history
[rename] LogFormatString -> log_format_string
  • Loading branch information
spalger committed Jan 9, 2016
2 parents f5684d6 + bb80fa1 commit 3dc1961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/logging/LogReporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let Squeeze = require('good-squeeze').Squeeze;
let writeStr = require('fs').createWriteStream;

let LogFormatJson = require('./LogFormatJson');
let LogFormatString = require('./LogFormatString');
let LogFormatString = require('./log_format_string');

module.exports = class KbnLogger {
constructor(events, config) {
Expand Down
File renamed without changes.

0 comments on commit 3dc1961

Please sign in to comment.