Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/09 18:32:47 (15 years ago)
Author:
gkronber
Message:

quick fix for #462 (GridClient needs super-user permissions to write to the event-log) is to disable logging to the event-log. Trace statements are left in the code so that the trace destination can be configured via app.config (log-file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.Grid/ServerForm.cs

    r765 r1113  
    6363
    6464    private void Start() {
    65       Trace.Listeners.Clear();
    66       Trace.Listeners.Add(new EventLogTraceListener("HeuristicLab.Grid"));
    67 
    6865      externalHost = new ServiceHost(server, new Uri(externalAddressTextBox.Text));
    6966      internalHost = new ServiceHost(jobStore, new Uri(internalAddressTextBox.Text));
Note: See TracChangeset for help on using the changeset viewer.