mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-15 01:23:37 -07:00
Log to File
This commit is contained in:
parent
db25969efa
commit
1811fe2133
4 changed files with 96 additions and 7 deletions
|
@ -65,6 +65,7 @@ int main(int argc, char *argv[])
|
|||
StreamSessionConnectInfo connect_info;
|
||||
|
||||
connect_info.log_level_mask = CHIAKI_LOG_ALL & ~CHIAKI_LOG_VERBOSE;
|
||||
connect_info.log_file = CreateLogFilename();
|
||||
|
||||
connect_info.host = host;
|
||||
connect_info.registkey = parser.value(regist_key_option);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue