-
Notifications
You must be signed in to change notification settings - Fork 188
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
Empty log panel #64
Comments
Hi, Using this gem, can't see information on the log panel. |
Ditto--all other panels work for me except the log panel. RailsPanel 0.1.7, Ruby 1.9.3p448 |
Log panel only shows what you log via Rails.logger instance. The log generated by Rails itself (ie AR logs) should not be there. |
Hello, yes I read the Docs, and thats what am trying to see. Using ruby 1.9.3p392 rails 3.2.12 and gem "meta_request", "0.2.8" . When using Rails.logger I can se the output via my terminal but nothing shows up on the panel :( |
Can you please paste the Gemfile? It'll help me a lot, since I can't replicate with my setup (I'm using the same ruby and rails you specified). |
My Gemfile: |
@dejan I should have been more clear in my original posting. Could the error I am getting out the chrome plugin cause the log panel to not function? |
+1 Everything else is working great, but no logger output in the log panel. Using |
Bump. My log tab is also empty when using Rails.logger |
The same to me, the log tab is empty :( |
This issue should be fixed in meta_request 0.2.9. Please check and let me know. Thanks! |
@dejan This issue is fixed. And It works very well now. Thanks. |
Thank you. I'm closing this. |
I just tried adding a Rails.logger.info("test") and it does not show up. Debugged (as per instructions in another issue) and this is the output I get:
2
Denying load of chrome-extension://ckibcdccnfeookdmbahgiakhnjcddpki/jquery.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. devtools.html:1
Panel created. devtools.js:6
Extension ID: gjpfobpafnhjhbajcjgccbbdofdckggg devtools.js:8
Denying load of chrome-extension://ckibcdccnfeookdmbahgiakhnjcddpki/jquery.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. devtools.html:1
sending RPC:http://dovetail.dev:4501//__meta_request/a0ca8dbfe850b0e49b5a1edc8b903a58.json panel.js:2
2
Denying load of chrome-extension://ckibcdccnfeookdmbahgiakhnjcddpki/jquery.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. devtools.html:1
sending RPC:http://dovetail.dev:4501//__meta_request/1c2650c50e4fbc7511db290ba6b2074b.json panel.js:2
2
Denying load of chrome-extension://ckibcdccnfeookdmbahgiakhnjcddpki/jquery.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. devtools.html:1
sending RPC:http://dovetail.dev:4501//__meta_request/2c977b6af131c263fbe6175186f13d31.json panel.js:2
Denying load of chrome-extension://ckibcdccnfeookdmbahgiakhnjcddpki/jquery.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. devtools.html:1
sending RPC:http://dovetail.dev:4501//__meta_request/ea605874ef434696c482f42d99eb0128.json panel.js:2
2
Denying load of chrome-extension://ckibcdccnfeookdmbahgiakhnjcddpki/jquery.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. inspector.js:43949
The text was updated successfully, but these errors were encountered: