/log should ignore trailing spaces of the file name
Brought to you by:
kenkeys
sometimes I use something similar to the following for logging:
/def LOGFILE = /path/to/log
/log -w mymud ON
/log -i ON
Accidently there was a space after "ON" in the second line which didn't made any problems with tf4. With 5.0b8 is correctly logged to the $LOGFILE, but the world output is logged to the file "ON ". IMHO the trailing space should be ignored.