We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39136df + b6b287b commit 1111652Copy full SHA for 1111652
log/.gitkeep
spec/config/config.yml
@@ -8,7 +8,7 @@ database:
8
##### LOGGING ##################################################################
9
10
log:
11
- output: tmp/casserver.log
+ output: log/casserver.log
12
level: INFO
13
14
spec/rubycas-server-core_spec.rb
@@ -22,7 +22,7 @@
22
end
23
24
it "Verify if the logger is set correctly" do
25
- RubyCAS::Server::Core::Settings.log[:output].should eq("tmp/casserver.log")
+ RubyCAS::Server::Core::Settings.log[:output].should eq("log/casserver.log")
26
27
28
0 commit comments