removed the usage of logzero, added a formal logging configuration file using json
This commit is contained in:
parent
59e6b6630a
commit
742ad0e3a2
3 changed files with 33 additions and 8 deletions
|
@ -22,7 +22,6 @@ setup(
|
|||
],
|
||||
install_requires=[
|
||||
"enum34",
|
||||
#"logzero",
|
||||
],
|
||||
tests_require=[
|
||||
"pytest",
|
||||
|
@ -34,6 +33,7 @@ setup(
|
|||
("/etc/core", [
|
||||
"data/core.conf",
|
||||
"data/xen.conf",
|
||||
"data/logging.conf",
|
||||
]),
|
||||
("/etc/init.d", [
|
||||
"../scripts/core-daemon",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue