Commit 721b53fc48f4beab795103e1fd53bb4a40fd3bf1

Authored by Adhidarma Hadiwinoto
1 parent 44dce4b59b
Exists in master

verbose

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -610,6 +610,8 @@ def saveSimCardInfoToRedis(imsi, msisdn):
610 610 BASE_CHIPINFO + '.simcardinfo': json.dumps(data),
611 611 'simcardinfo.gw:' + BASE_CHIPINFO: json.dumps(data)
612 612 }
  613 +
  614 + logger.info(map_data)
613 615  
614 616 redis_pipe = redis_client.pipeline()
615 617