Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用在我之前创建的 Rails 站点中的一些会话数据。其中一个会话变量不起作用,我想看看我的会话中存在哪些变量。有没有办法为我的会话变量获取键/值对,然后在日志中打印出来?
假设信息的默认日志级别:
Rails.logger.info(session.inspect)
如果这不起作用,请尝试:
Rails.logger.error(session.inspect)