Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What kind of information to log
KeyValuesDescriptionComment
LogStateOn, OffToggle for loggingLogTypeFILEType of logging(star) LogLevelALL
LogFileMaxDaysnThe number of days that the log file  lives before it is archived by renaming it, after wich a new log file is created.
GDPRLogFileMaxDaysnNumber of days before log files are deleted
FullXmlLogTRUE/FALSEIf true, then logs the full xml reveived to the log file. (Helpfull for debugging but takes a log of space in the log file)
IpWhiteListingTRUE/FALSEIf the service runs whitelisting (This is done in azure for now)(star) (star) 
IpWhitelistingCooldownnWhen to retrieve valid ip adresses for the whitelisting(star)(star) 

InputValidationTRUE/FALSEValidate the input comming from SonWin
ApiCommunicationTypePRODUCTION/DEBUGSend data to the integration api for production. (Adding to the database etc, DEBUG is only used when developing)ApiCommunicationTRUE/FALSENot used(star)(star)(star)
ApiBaseAdressURLThe adresse of the endpoint to communicate to (Integration Api)
ApiExceptionHandlingTRUE/FALSEIf true then the service will throw an exception to the client if anything goes wrong, causing the client to try to resend the message.
IntegrationApiTokenString token

This is the token that have to be used when communicating to the integration api. 

The service will not function without it.

Comments:

(star)                      -Will be removed as the log types available for this application ended up being just this pone type.

(star)(star)                  -Will be removed as the whitelisting is handled at the hosting environment anyway

...



After having made a change to the configuration, it will be a good idea to restart the service. 
Restarting the service is done by clicking the Menu point Overview and then clicking the menu point in the ribbon named Restart

...