Skip to content

Commit

Permalink
Update loggers to fixed class (PyCOMPSs 2.4 update)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrcv committed Jan 31, 2019
1 parent 5a7e51a commit c101a45
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pycompss/api/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
2 changes: 1 addition & 1 deletion pycompss/util/translators/arg_utils/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
2 changes: 1 addition & 1 deletion pycompss/util/translators/code_replacer/code_replacer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
2 changes: 1 addition & 1 deletion pycompss/util/translators/code_reuser/code_reuser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
2 changes: 1 addition & 1 deletion pycompss/util/translators/py2scop/translator_py2scop.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Logger definition
#

logger = logging.getLogger(__name__)
logger = logging.getLogger("pycompss.api.autoparallel")


#
Expand Down

0 comments on commit c101a45

Please sign in to comment.