Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11950


Ignore:
Timestamp:
Feb 6, 2015, 5:17:59 PM (9 years ago)
Author:
Jun Omae
Comment:

An InstallationIssue. Works for me with Trac 1.0.3 on Ubuntu 12.04.

$ tail -f /var/log/syslog
Feb  7 01:13:44 localhost Trac[env] INFO: -------------------------------- environment startup [Trac 1.0.3] --------------------------------
Feb  7 01:13:44 localhost Trac[loader] DEBUG: Adding plugin QueryUiAssistPlugin 0.1 from /home/jun66j5/src/queryuiassistplugin
Feb  7 01:13:44 localhost Trac[loader] DEBUG: Adding plugin TracMercurial 1.0.0.3dev from /home/jun66j5/src/mercurial-plugin
Feb  7 01:13:44 localhost Trac[loader] DEBUG: Loading hg from /home/jun66j5/src/mercurial-plugin
Feb  7 01:13:45 localhost Trac[loader] DEBUG: Loading queryuiassist from /home/jun66j5/src/queryuiassistplugin
Feb  7 01:13:45 localhost Trac[loader] DEBUG: Loading trac.about from /home/jun66j5/venv/trac/1.0.3/lib/python2.5/site-packages
Feb  7 01:13:45 localhost Trac[loader] DEBUG: Loading trac.admin.console from /home/jun66j5/venv/trac/1.0.3/lib/python2.5/site-packages
...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11950

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #11950 – Description

    initial v1  
    11Hi,
    22
    3 according to http://trac.edgewall.org/wiki/TracLogging
     3according to TracLogging
    44enabling syslog should use /dev/log.
    55
     
    77
    88That socket is there:
     9{{{
    910srw-rw-rw- 1 root root 0 Feb  2 10:01 /dev/log=
    10 
     11}}}
    1112Nginx which serves the Trac via uWSGI here itself is able to log to syslog like this:
    12 
     13{{{
    1314error_log syslog:server=unix:/dev/log info;
    14 
     15}}}
    1516This is Trac 1.0.3.
    1617
    1718The logging section looks like:
     19{{{
    1820[logging]
    1921log_level = DEBUG
    2022log_type = syslog
    21 
     23}}}
    2224
    2325But metalog does not receive anything from Trac.