Skip to content

Commit

Permalink
schema changes to resolve cuttlefish warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Nov 25, 2014
1 parent c9da482 commit c8a1638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -12,7 +12,7 @@
[
{meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
{lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "2.0.3"}}},
{cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {branch, develop}}},
{cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {tag, "2.0.0"}}},
{jsx, ".*", {git, "http://github.com/talentdeficit/jsx.git", {tag, "v1.4.4"}}},
{mimetypes, ".*", {git, "http://github.com/spawngrid/mimetypes.git", {tag, "1.0"}}},
{cowboy, ".*", {git, "https://github.com/extend/cowboy.git", {tag, "1.0.0"}}},
Expand Down
2 changes: 1 addition & 1 deletion schema/lager.schema
Expand Up @@ -76,7 +76,7 @@
{count, 5}]}]
end,

WatchdogHandler = case cuttlefish_util:filter_by_variable_starts_with("log.watchdog.host", Conf) of
WatchdogHandler = case cuttlefish_variable:filter_by_prefix("log.watchdog.host", Conf) of
undefined -> [];
[] -> [];
WatchdogLogServers ->
Expand Down

0 comments on commit c8a1638

Please sign in to comment.