File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ local function outputForLevel(level)
2222 return output
2323end
2424
25- -- Attach the logs to the loglevel object and set default to INFO
25+ -- Attach the logs to the loglevel object
2626for level in pairs (loglevel .levels ) do
2727 local output = outputForLevel (level )
2828 loglevel [level ] = log .new (output )
Original file line number Diff line number Diff line change 11// GENERATED BY textFileToGoConst
22// GitHub: github.com/logrusorgru/textFileToGoConst
33// input file: loglevel.lua
4- // generated: Thu Nov 17 09:45:15 PST 2022
4+ // generated: Thu Nov 17 09:46:24 PST 2022
55
66package log
77
@@ -29,7 +29,7 @@ local function outputForLevel(level)
2929 return output
3030end
3131
32- -- Attach the logs to the loglevel object and set default to INFO
32+ -- Attach the logs to the loglevel object
3333for level in pairs(loglevel.levels) do
3434 local output = outputForLevel(level)
3535 loglevel[level] = log.new(output)
You can’t perform that action at this time.
0 commit comments