Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Jun 20, 2013
1 parent fb34dc1 commit 8fbe8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = '0.1.3'
__version__ = '0.1.4'
1 change: 1 addition & 0 deletions cow/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def start(self, args=None):

log_level = LOGS[options.verbose].upper()
logging.basicConfig(level=getattr(logging, log_level), format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
print("Setting log-level to %s." % log_level)

if not isabs(options.conf):
logging.debug("Configuration file {0} is not absolute. Converting to abspath".format(options.conf))
Expand Down

0 comments on commit 8fbe8b5

Please sign in to comment.