Project

General

Profile

Revision 3d0d254c

ID3d0d254cf9f9d1b45e6a3e56a7fcbaad4cc344e4
Parent be29aa96
Child c49defb8

Added by Francois POIROTTE over 14 years ago

Utilisation de idaggregate de préférence par rapport à idevent (permet d'obtenir plus d'informations).
On suppose que la base de données génère les id des events (le corrélateur et le connector-db sont en train d'être modifiés pour suivre ce changement).
Utilisation de HighLevelService plutôt que ServiceHautNiveau.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@794 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

development.ini
39 39
; - %(host)s
40 40
; - %(service)s
41 41
; - %(tt)s
42
vigiboard_links.tt = http://example4.com/%%(idevent)s/%%(tt)s
42
vigiboard_links.tt = http://example4.com/%%(idaggregate)d/%%(tt)s
43 43

  
44 44
; Default font size, must be a valid size as per the CSS 2.1 specification.
45 45
; See http://www.w3.org/TR/CSS21/fonts.html#font-size-props
......
111 111

  
112 112
# If you create additional loggers, add them as a key to [loggers]
113 113
[logger_root]
114
level = DEBUG
115
handlers = root_log
114
level = INFO
115
handlers = console
116 116

  
117 117
[logger_vigiboard]
118 118
level = DEBUG
......
120 120
qualname = vigiboard
121 121

  
122 122
[logger_sqlalchemy]
123
level = DEBUG
123
level = INFO
124 124
handlers = sql_log
125 125
qualname = sqlalchemy.engine
126 126

  
127 127
# A logger for authentication, identification and authorization -- this is
128 128
# repoze.who and repoze.what:
129 129
[logger_auth]
130
level = DEBUG
130
level = WARN
131 131
handlers = auth_log
132 132
qualname = auth
133 133

  

Also available in: Unified diff