On Dec 3, 2006, at 3:14 PM, Kevin Ballard wrote:

Uhh, what specifically is creating this file? I've never seen it before, and certainly don't have it anywhere on my disk.

It seems to be related to the Rails bundle:

 > grep -R textmate_bundle.log /Applications/TextMate.app/Contents/SharedSupport/Bundles

/Applications/TextMate.app/Contents/SharedSupport/Bundles/Rails.tmbundle/Support/lib/rails/unobtrusive_logger.rb:$logger = UnobtrusiveLogger.new("#{ENV["HOME"]}/textmate_bundle.log")

I'm not a Rails user, but I guess one could change it to, e.g., "/tmp/textmate_bundle.log", but of course it should be done in a local copy of (part of) the bundle, so it is not overwritten by the next TextMate update (well it would work for at least 9 weeks :-) ).

Kind regards, Benny

On Dec 2, 2006, at 9:36 AM, Thomas Krajacic wrote:

how can I change, where TM places the log file? It currently creates textmate_bundle.log in my home directory, which is kind of annoying to me. (I could maybe make it invisible?)

can I change the place this log is saved to?