mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Make logger configurable
This commit is contained in:
parent
68d23c2678
commit
2af3648682
4 changed files with 23 additions and 6 deletions
|
@ -21,4 +21,11 @@ describe "Macros" do
|
|||
Kemal.config.handlers.size.should eq 1
|
||||
end
|
||||
end
|
||||
|
||||
describe "#logging" do
|
||||
it "sets logging status" do
|
||||
logging false
|
||||
Kemal.config.logging.should eq false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue