Delay on remote logging

I’m trying to log what URLs my users are requesting, so that I can present them with evidence that they’re abusing our (very restricted) bandwidth downloading porn.

My logging config is:

 > /system logging print
Flags: X - disabled, I - invalid 
 #   TOPICS                                                   ACTION PREFIX    
 0   info                                                     memory           
 1   error                                                    memory           
 2   warning                                                  memory           
 3   critical                                                 echo             
 4   firewall                                                 disk             
 5   web-proxy                                                remote MTProxy   
 6   hotspot                                                  remote MTHotspot 
 > /system logging action print 
Flags: * - default 
 #   NAME                              TARGET REMOTE                           
 0 * memory                            memory
 1 * disk                              disk  
 2 * echo                              echo  
 3 * remote                            remote 192.168.0.3:514

The log packets are turning up OK but there’s a severe lag. Comparing the web-proxy timestamps to the syslog server timestamps it’s taking about 300-350 seconds for a log packet to leave the MikroTik and travel to the server sat next to it (and connected to the same switch).

Any ideas what’s going on?

Kevin[/code]