Changes between Version 11 and Version 12 of Layer1Transport/Install


Ignore:
Timestamp:
07/31/13 17:02:08 (11 years ago)
Author:
tupty@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Layer1Transport/Install

    v11 v12  
    5252}}}
    5353
    54 === 5. (optional) Update logback config ===
     54=== 5. Configure floodlight logging ===
    5555There are three reference logback configurations distributed with this software:
    5656 * `/home/openflow/floodlight/conf/logback_file.xml`: logs floodlight messages to `/var/log/floodlight.log`
     
    5858 * `/home/openflow/floodlight/conf/logback_syslog.xml`: logs floodlight messages to syslog system
    5959
    60 The layer1transport service uses the file `/home/openflow/floodlight/conf/logback.xml`, which by default is a symlink that points to `logback_file.xml`.  If you want to change which configuration you use, or if you want to use an alternate configuration, make modifications now.
     60The layer1transport service uses the file `/home/openflow/floodlight/conf/logback.xml`, which by default is a symlink that points to `logback_file.xml`.  This default configuration logs to a file at `/var/log/floodlight.log`.  To use this default config, you must first create the logfile as follows:
     61{{{
     62sudo touch /var/log/floodlight.log
     63sudo chown openflow /var/log/floodlight.log
     64sudo chmod 0644 /var/log/floodlight.log
     65}}}
     66
     67If you want to change which configuration you use, or if you want to use an alternate configuration, make modifications now.
    6168
    6269=== 6. Create flows files ===