lithnet / googleapps-managementagent

Google Workspace Management Agent for MIM 2016
MIT License
12 stars 4 forks source link

Log output for floorNames contains code #21

Closed khandelwalpiyush closed 6 years ago

khandelwalpiyush commented 6 years ago

28/02/2018 8:19:30 AM: Starting export Add for 6b33dbe4-f387-47a0-ab6c-212be4636ef9@building.resource 28/02/2018 8:19:30 AM: Updating buildingName -> FIM Building 28/02/2018 8:19:30 AM: Updating description -> Building Description 28/02/2018 8:19:30 AM: Updating floorNames -> System.Collections.Generic.List`1[System.String] 28/02/2018 8:19:30 AM: Updating coordinates_latitude -> REDACTED 28/02/2018 8:19:30 AM: Updating coordinates_longitude -> REDACTED

As you can see the floorNames is showing code instead of value.. the current value is being written as string to output

      <attribute-change>
        <name>floorNames</name>
        <modification-type>Add</modification-type>
        <data-type>String</data-type>
        <value-changes>
          <value-change>
            <modification-type>Add</modification-type>
            <value>G,1,2</value>
          </value-change>
        </value-changes>
      </attribute-change>