Skip to content

Commit

Permalink
Default to a higher column width.
Browse files Browse the repository at this point in the history
This avoids the log jumping widths every time the server starts, which
is jarring while debugging.  This value is long enough to fit the UUIDs
in BOSH session IDs.
  • Loading branch information
zewt committed May 30, 2011
1 parent 545bcdb commit 9deec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/loggingmanager.lua
Expand Up @@ -199,7 +199,7 @@ function log_sink_types.nowhere()
end

-- Column width for "source" (used by stdout and console)
local sourcewidth = 20;
local sourcewidth = 45;

function log_sink_types.stdout(config)
local timestamps = config.timestamps;
Expand Down

0 comments on commit 9deec87

Please sign in to comment.