Skip to content

Commit 2d4d685

Browse files
committed
Default is already set to INFO; adjust comment.
1 parent 1cb3b56 commit 2d4d685

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

log/loglevel.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ local function outputForLevel(level)
2222
return output
2323
end
2424

25-
-- Attach the logs to the loglevel object and set default to INFO
25+
-- Attach the logs to the loglevel object
2626
for level in pairs(loglevel.levels) do
2727
local output = outputForLevel(level)
2828
loglevel[level] = log.new(output)

log/lua_const.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
package log
77

@@ -29,7 +29,7 @@ local function outputForLevel(level)
2929
return output
3030
end
3131
32-
-- Attach the logs to the loglevel object and set default to INFO
32+
-- Attach the logs to the loglevel object
3333
for level in pairs(loglevel.levels) do
3434
local output = outputForLevel(level)
3535
loglevel[level] = log.new(output)

0 commit comments

Comments
 (0)