|
1.
|
|
|
Determines whether logging is enabled.
|
|
|
|
Détermine si les logs sont activés.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:46
|
|
2.
|
|
|
Determines whether channel logfiles will be
flushed anytime they're written to, rather than being buffered by the
operating system.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Détermine si le fichier de logs sera enregistré à chaque fois que l'on y écrit plutôt que d'être mis en buffer par le système d'exploitation.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:48
|
|
3.
|
|
|
Determines wether joins and parts are logged
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:52
|
|
4.
|
|
|
Determines whether formatting characters (such
as bolding, color, etc.) are removed when writing the logs to disk.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Détermine si les caractères de formattage (comme le gras, la couleurs) sont supprimés lors de l'écriture des logs sur le disque.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:54
|
|
5.
|
|
|
Determines whether the logs for this channel are
timestamped with the timestamp in supybot.log.timestampFormat.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Détermine si les logs de ce canal sont 'timestampés' avec le format dans supybot.log.timestampFormat
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:57
|
|
6.
|
|
|
Determines what string a message should be
prefixed with in order not to be logged. If you don't want any such
prefix, just set it to the empty string.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Détermine par quelle chaîne un message doit être préfixé pour ne pas être loggué. Vous ne voulez probablement pas d'un tel préfixe, et simplement définir une chaîne vide.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:60
|
|
7.
|
|
|
Determines whether the bot will automatically
rotate the logs for this channel. The bot will rotate logs when the
timestamp for the log changes. The timestamp is set according to
the 'filenameTimestamp' configuration variable.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Détermine si le bot fera automatiquement une rotation des logs pour ce canal. Le bot fera tourner les logs lorsque leur timestamp changera. Le timestamp est défini par la variable de configuration 'filenameTimestamp'.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:64
|
|
8.
|
|
|
Determines how to represent the timestamp
used for the filename in rotated logs. When this timestamp changes, the
old logfiles will be closed and a new one started. The format characters
for the timestamp are in the time.strftime docs at python.org. In order
for your logs to be rotated, you'll also have to enable
supybot.plugins.ChannelLogger.rotateLogs.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Détermine comment représenter le timestamp utilisé pour les noms de fichiers de logs 'tournants'. Lorsque ce timestamp change, l'ancien fichier de logs sera fermé, et un nouveau sera ouvert. Le format du timestamp est le même que celui de time.strftime (documentation disponible sur python.org). Pour avoir des logs 'tournant', vous devez activer supybot.plugins.ChannelLogger.rotateLogs.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:69
|
|
9.
|
|
|
Determines whether the bot will partition its
channel logs into separate directories based on different criteria.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Détermine si le bot partitionnera les logs de canaux dans des répertoires séparés, en fonction de différents critères.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:77
|
|
10.
|
|
|
Determines whether the bot will use a network
directory if using directories.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Détermine si le bot utilisera un répertoire par réseau, si il utilise des répertoires.
|
|
Translated by
Valentin Lorentz
|
|
|
|
Located in
config.py:80
|