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

Empty log panel #64

Closed
vhodges opened this issue Jul 16, 2013 · 13 comments
Closed

Empty log panel #64

vhodges opened this issue Jul 16, 2013 · 13 comments
Labels

Comments

@vhodges
Copy link

vhodges commented Jul 16, 2013

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

@mmenafra
Copy link

Hi,

Using this gem, can't see information on the log panel.

@jbnunn
Copy link

jbnunn commented Aug 14, 2013

Ditto--all other panels work for me except the log panel. RailsPanel 0.1.7, Ruby 1.9.3p448

@dejan
Copy link
Owner

dejan commented Aug 14, 2013

Log panel only shows what you log via Rails.logger instance. The log generated by Rails itself (ie AR logs) should not be there.

@mmenafra
Copy link

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 :(

@dejan
Copy link
Owner

dejan commented Aug 14, 2013

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).

@jbnunn
Copy link

jbnunn commented Aug 14, 2013

My Gemfile:

https://gist.github.com/jbnunn/6236753

@vhodges
Copy link
Author

vhodges commented Aug 15, 2013

@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?

@Undistraction
Copy link

+1 Everything else is working great, but no logger output in the log panel. Using Rails.logger.warn "Test". Here is my Gemfile.

@Gee-Bee
Copy link

Gee-Bee commented Mar 20, 2014

Bump. My log tab is also empty when using Rails.logger

@bingxie
Copy link

bingxie commented Apr 4, 2014

The same to me, the log tab is empty :(
meta_request (0.2.8)
rails 4.0.3
ruby 2.0

dejan added a commit that referenced this issue Apr 7, 2014
@dejan
Copy link
Owner

dejan commented Apr 7, 2014

This issue should be fixed in meta_request 0.2.9. Please check and let me know. Thanks!

@bingxie
Copy link

bingxie commented Apr 7, 2014

@dejan This issue is fixed. And It works very well now. Thanks.

@dejan
Copy link
Owner

dejan commented Apr 8, 2014

Thank you. I'm closing this.

@dejan dejan closed this as completed Apr 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants