Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Changing Liota Version and log level
Browse files Browse the repository at this point in the history
  • Loading branch information
KohliDev committed Oct 5, 2016
1 parent d6a8a6a commit 0b3e311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/logging.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},

"root": {
"level": "WARNING",
"level": "INFO",
"handlers": ["default_file_handler", "error_file_handler"]
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

setup(
name='liota',
version='0.1.3',
version='0.2',
packages=find_packages(exclude=["*.json", "*.txt"]),
description='IoT Agent',
long_description=long_description,
Expand Down

0 comments on commit 0b3e311

Please sign in to comment.