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 app/models 文件中生成一些日志。
考虑到像 Web 应用程序这样的多线程环境,最有效的方法是什么?如果我们把所有的日志都隧道化到一个文件中,那肯定有办法同步这个动作,这会不会很费钱?