Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2.0
-
Fix Version/s: 3.3.0
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Summary | Move some log traces in the right elvel | Move some log traces from level INFO to FINE |
| Priority | Minor [ 4 ] | |
| Description |
Some traces are logged with level INFO instead of level FINE:
{code} ... INFO [Petals.Container.Components.petals-bc-filetransfer] : process file : petals-bc-filetransfer.sample ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Received acknowledgment 'Done' for transfered file '/tmp/backup-petals-bc-filetransfer-83636136718712.sample'. Delete it {code} |
Some traces are logged with level INFO instead of level FINE:
{code} ... INFO [Petals.Container.Components.petals-bc-filetransfer] : process file : petals-bc-filetransfer.sample ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Received acknowledgment 'Done' for transfered file '/tmp/backup-petals-bc-filetransfer-83636136718712.sample'. Delete it {code} |
| Assignee | Mathieu Carrolle [ mcarrolle ] | Christophe DENEUX [ cdeneux ] |
| Description |
Some traces are logged with level INFO instead of level FINE:
{code} ... INFO [Petals.Container.Components.petals-bc-filetransfer] : process file : petals-bc-filetransfer.sample ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Received acknowledgment 'Done' for transfered file '/tmp/backup-petals-bc-filetransfer-83636136718712.sample'. Delete it {code} |
Some traces are logged with level INFO instead of level FINE:
{code} ... INFO [Petals.Container.Components.petals-bc-filetransfer] : process file : petals-bc-filetransfer.sample ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Received acknowledgment 'Done' for transfered file '/tmp/backup-petals-bc-filetransfer-83636136718712.sample'. Delete it {code} Some traces are logged with level INFO instead of level WARNING: {code} ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Can't process file petals-bc-filetransfer.sample ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Unable to create lock file ... {code} |
| Summary | Move some log traces from level INFO to FINE | Move some log traces to the right level |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Description |
Some traces are logged with level INFO instead of level FINE:
{code} ... INFO [Petals.Container.Components.petals-bc-filetransfer] : process file : petals-bc-filetransfer.sample ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Received acknowledgment 'Done' for transfered file '/tmp/backup-petals-bc-filetransfer-83636136718712.sample'. Delete it {code} Some traces are logged with level INFO instead of level WARNING: {code} ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Can't process file petals-bc-filetransfer.sample ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Unable to create lock file ... {code} |
Some traces are logged with level INFO instead of level FINE:
{code} ... INFO [Petals.Container.Components.petals-bc-filetransfer] : process file : petals-bc-filetransfer.sample ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Received acknowledgment 'Done' for transfered file '/tmp/backup-petals-bc-filetransfer-83636136718712.sample'. Delete it ... INFO [Petals.Container.Components.petals-bc-filetransfer] : JBI exchange receive - process checkFile operation ... INFO [Petals.Container.Components.petals-bc-filetransfer] : JBI exchange received - Process GET AS ATTACHMENT operation ... INFO [Petals.Container.Components.petals-bc-filetransfer] : GET AS ATTACHMENT operation ended ... INFO [Petals.Container.Components.petals-bc-filetransfer] : JBI exchange received - Process GET operation ... INFO [Petals.Container.Components.petals-bc-filetransfer] : GET service is correctly terminated ... INFO [Petals.Container.Components.petals-bc-filetransfer] : JBI exchange received - Process MGET operation ... INFO [Petals.Container.Components.petals-bc-filetransfer] : JBI exchange received - Process MPUT operation ... INFO [Petals.Container.Components.petals-bc-filetransfer] : JBI exchange received - Process PUT operation {code} Some traces are logged with level INFO instead of level WARNING: {code} ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Can't process file petals-bc-filetransfer.sample ... INFO [Petals.Container.Components.petals-bc-filetransfer] : Unable to create lock file ... {code} Move traces logged as FINEST to FINE. |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 3.3.0 [ 10407 ] | |
| Resolution | Fixed [ 1 ] |