Skip to content

Commit

Permalink
Shorten timestamp in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn committed Dec 5, 2011
1 parent 2f1247d commit 25c747b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/post_office
Expand Up @@ -68,6 +68,7 @@ end
#
$log = Logger.new(options[:logfile] || STDOUT)
$log.level = options[:verbose] ? Logger::DEBUG : Logger::INFO
$log.datetime_format = "%H:%M:%S"

begin
smtp_server = Thread.new{ SMTPServer.new(options[:smtp_port] || 25) }
Expand Down

0 comments on commit 25c747b

Please sign in to comment.