Skip to content

Commit 1111652

Browse files
author
Robert Mitwicki
committed
Merge pull request #19 from rubycas/fix/logger
Change default log path from tmp to log
2 parents 39136df + b6b287b commit 1111652

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

log/.gitkeep

Whitespace-only changes.

spec/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ database:
88
##### LOGGING ##################################################################
99

1010
log:
11-
output: tmp/casserver.log
11+
output: log/casserver.log
1212
level: INFO
1313

1414

spec/rubycas-server-core_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
end
2323

2424
it "Verify if the logger is set correctly" do
25-
RubyCAS::Server::Core::Settings.log[:output].should eq("tmp/casserver.log")
25+
RubyCAS::Server::Core::Settings.log[:output].should eq("log/casserver.log")
2626
end
2727

2828
end

0 commit comments

Comments
 (0)