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

Better logging level separation #282

Closed
jacobtomlinson opened this issue Oct 20, 2017 · 2 comments
Closed

Better logging level separation #282

jacobtomlinson opened this issue Oct 20, 2017 · 2 comments

Comments

@jacobtomlinson
Copy link
Member

jacobtomlinson commented Oct 20, 2017

Much of the logging is sent as debug as you would expect, however this has resulted in the higher levels such as info being a little more sparse than expected.

INFO

INFO opsdroid: ========================================
INFO opsdroid: Stated application
INFO opsdroid: ========================================
INFO opsdroid: You can customise your opsdroid by modifying your configuration.yaml
INFO opsdroid: Read more at: http://opsdroid.readthedocs.io/#configuration
INFO opsdroid: Watch the Get Started Videos at: http://bit.ly/2fnC0Fh
INFO opsdroid: Install Opsdroid Desktop at: 
https://github.com/opsdroid/opsdroid-desktop/releases
INFO opsdroid: ========================================
WARNING opsdroid.loader: No databases in configuration
opsdroid> INFO opsdroid.web: ======== Running on http://127.0.0.1:8080 ========
(Press CTRL+C to quit)

DEBUG

INFO opsdroid: ========================================
INFO opsdroid: Stated application
INFO opsdroid: ========================================
INFO opsdroid: You can customise your opsdroid by modifying your configuration.yaml
INFO opsdroid: Read more at: http://opsdroid.readthedocs.io/#configuration
INFO opsdroid: Watch the Get Started Videos at: http://bit.ly/2fnC0Fh
INFO opsdroid: Install Opsdroid Desktop at: 
https://github.com/opsdroid/opsdroid-desktop/releases
INFO opsdroid: ========================================
DEBUG opsdroid.loader: Loading modules from config
WARNING opsdroid.loader: No databases in configuration
DEBUG opsdroid.loader: Loading skill modules
DEBUG opsdroid.loader: Installing hello
DEBUG opsdroid.loader: Module hello already installed, skipping
DEBUG opsdroid.loader: Failed to load skill opsdroid-modules.skill.hello.hello
DEBUG opsdroid.loader: No module named 'opsdroid-modules.skill.hello.hello'
DEBUG opsdroid.loader: Loaded skill: opsdroid-modules.skill.hello
DEBUG opsdroid.loader: Installing seen
DEBUG opsdroid.loader: Module seen already installed, skipping
DEBUG opsdroid.loader: Loaded skill: opsdroid-modules.skill.seen
DEBUG opsdroid.loader: Installing dance
DEBUG opsdroid.loader: Module dance already installed, skipping
DEBUG opsdroid.loader: Loaded skill: opsdroid-modules.skill.dance
DEBUG opsdroid.loader: Installing loudnoises
DEBUG opsdroid.loader: Module loudnoises already installed, skipping
DEBUG opsdroid.loader: Loaded skill: opsdroid-modules.skill.loudnoises
DEBUG opsdroid.loader: Loading connector modules
DEBUG opsdroid.loader: Installing shell
DEBUG opsdroid.loader: Module shell already installed, skipping
DEBUG opsdroid.loader: Failed to load connector opsdroid-modules.connector.shell.shell
DEBUG opsdroid.loader: No module named 'opsdroid-modules.connector.shell.shell'
DEBUG opsdroid.loader: Loaded connector: opsdroid-modules.connector.shell
DEBUG opsdroid.loader: Installing websocket
DEBUG opsdroid.loader: Module websocket already installed, skipping
DEBUG opsdroid.loader: Failed to load connector opsdroid-modules.connector.websocket.websocket
DEBUG opsdroid.loader: No module named 'opsdroid-modules.connector.websocket.websocket'
DEBUG opsdroid.loader: Loaded connector: opsdroid-modules.connector.websocket
DEBUG opsdroid.core: Loaded 4 skills
DEBUG root: Loaded hello module
DEBUG root: Loaded seen module
DEBUG root: Loaded shell connector
DEBUG opsdroid-modules.connector.websocket: Starting Websocket connector
DEBUG opsdroid.web: Starting web server with host 127.0.0.1 and port 8080
DEBUG root: Connecting to shell
opsdroid> INFO opsdroid.web: ======== Running on http://127.0.0.1:8080 ========
(Press CTRL+C to quit)
@FabioRosado
Copy link
Member

Im off to Poland for a few days but since I got a few hours to kill between airport and flights I’ll give this issue a try

@jacobtomlinson
Copy link
Member Author

jacobtomlinson commented Oct 23, 2017 via email

FabioRosado added a commit to FabioRosado/opsdroid that referenced this issue Oct 24, 2017
FabioRosado added a commit to FabioRosado/opsdroid that referenced this issue Oct 24, 2017
FabioRosado added a commit to FabioRosado/opsdroid that referenced this issue Oct 24, 2017
FabioRosado added a commit to FabioRosado/opsdroid that referenced this issue Oct 24, 2017
FabioRosado added a commit to FabioRosado/opsdroid that referenced this issue Oct 24, 2017
FabioRosado added a commit to FabioRosado/opsdroid that referenced this issue Oct 24, 2017
FabioRosado added a commit to FabioRosado/opsdroid that referenced this issue Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants