Skip to content

Install setup

Jasonsalex edited this page Aug 15, 2017 · 1 revision

Setup:

  1. install flatbuffer for dlang (https://github.com/huntlabs/google-flatbuffers)
  2. install google snappy
  3. dub Compiler

enable RPC debug logs

  1. show debug logs info(add dub config, versions:["RpcDebug"])

  2. close all logs info(add dub config, versions:["UltraHigh"])

  3. write logs to file, call tunction:setOutputLogPath("./info.log")

Clone this wiki locally