comparison web/src/luan/modules/web/Http.luan @ 466:55a86fc4701b

move Logging initialization from web/Http to web/Server
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 08 May 2015 11:15:53 -0600
parents 895afcd2b281
children
comparison
equal deleted inserted replaced
465:47c7de1f2322 466:55a86fc4701b
1 local Io = require "luan:Io" 1 local Io = require "luan:Io"
2 require "luan:logging/Logging" -- initialize logging
3 2
4 3
5 4
6 5
7 function init_for_test() 6 function init_for_test()