Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please also remove force logging config in the server code #34

Closed
Taowyoo opened this issue Dec 11, 2020 · 1 comment
Closed

Please also remove force logging config in the server code #34

Taowyoo opened this issue Dec 11, 2020 · 1 comment

Comments

@Taowyoo
Copy link

Taowyoo commented Dec 11, 2020

from coapthon.utils import Tree, create_logging
import collections
__author__ = 'Giacomo Tanganelli'
if not os.path.isfile("logging.conf"):
create_logging()
logger = logging.getLogger(__name__)
logging.config.fileConfig("logging.conf", disable_existing_loggers=False)

@Taowyoo
Copy link
Author

Taowyoo commented Feb 2, 2023

Close since this repo seems not in maintain.

@Taowyoo Taowyoo closed this as completed Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant