We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
snare | /usr/local/bin/snare:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html snare | import('pkg_resources').run_script('Snare==0.3.0', 'snare') snare | snare | _____ _ _____ ____ ______ snare | / // | / / | / __ / / snare | _ / |/ / /| | / // / __/ snare | / / /| / ___ |/ , / / snare | /// |// |// |_/_____/ snare | snare | /usr/local/lib/python3.10/site-packages/Snare-0.3.0-py3.10.egg/EGG-INFO/scripts/snare:194: DeprecationWarning: There is no current event loop snare | loop = asyncio.get_event_loop() snare | serving with uuid 78ab48d9-eb77-4cd8-9834-a87d5a44bf09 snare | Debug logs will be stored in /opt/snare/snare.log snare | Error logs will be stored in /opt/snare/snare.err snare | /usr/local/lib/python3.10/site-packages/Snare-0.3.0-py3.10.egg/EGG-INFO/scripts/snare:208: DeprecationWarning: There is no current event loop snare | loop = asyncio.get_event_loop() snare | ======== Running on http://0.0.0.0:80 ======== snare | (Press CTRL+C to quit) snare | privileges dropped, running as "nobody:nobody"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
snare | /usr/local/bin/snare:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
snare | import('pkg_resources').run_script('Snare==0.3.0', 'snare')
snare |
snare | _____ _ _____ ____ ______
snare | / // | / / | / __ / /
snare | _ / |/ / /| | / // / __/
snare | / / /| / ___ |/ , / /
snare | /// |// |// |_/_____/
snare |
snare | /usr/local/lib/python3.10/site-packages/Snare-0.3.0-py3.10.egg/EGG-INFO/scripts/snare:194: DeprecationWarning: There is no current event loop
snare | loop = asyncio.get_event_loop()
snare | serving with uuid 78ab48d9-eb77-4cd8-9834-a87d5a44bf09
snare | Debug logs will be stored in /opt/snare/snare.log
snare | Error logs will be stored in /opt/snare/snare.err
snare | /usr/local/lib/python3.10/site-packages/Snare-0.3.0-py3.10.egg/EGG-INFO/scripts/snare:208: DeprecationWarning: There is no current event loop
snare | loop = asyncio.get_event_loop()
snare | ======== Running on http://0.0.0.0:80 ========
snare | (Press CTRL+C to quit)
snare | privileges dropped, running as "nobody:nobody"
The text was updated successfully, but these errors were encountered: