Toutes les traductions

De MappingDoc

Entrez un nom de message ci-dessous pour visualiser toutes les traductions disponibles.

Message

Il existe 2 traductions.

NomMessage actuel
 h anglais (en)=Sample configuration file=
==Example 1==
 config:
   server:
       port: 7476
       threads: 11
   loggers:         
       -   
           source: 'Workflow'
           level: 'information'
           channels:
               -
                   type: 'FileChannel'
                   path: '/apps/mapping/data/MyLog.log'
                   rotation: 'daily'
                   format: '[%q]%Y-%m-%d %H:%M:%S:%F [PID:%P][THREAD %I]    %t'
 h français (fr)=Exemple de fichier de configuration=
==Exemple 1==
 config:
   server:
       port: 7476
       threads: 11
   loggers:         
       -   
           source: 'Workflow'
           level: 'information'
           channels:
               -
                   type: 'FileChannel'
                   path: '/apps/mapping/data/MyLog.log'
                   rotation: 'daily'
                   format: '[%q]%Y-%m-%d %H:%M:%S:%F [PID:%P][THREAD %I]    %t'