

bat like a text file and edit the command).Digsby Log Merge is a little utility I wrote for merging log files from the multi-protocol instant message client Digsby.

bat to use to run it the exe (you can open up the. If you use Windows and don't want to deal with setting up Python, download the.I haven't tried with Python v2.x, but since even the print statements have changed I'm guessing it will need at least some adjustment. The python script was developed under Python v3.2.2.Be sure to make a backup of the existing logs in case something goes wrong. C:\Users\yourName\Documents\Digsby Logs). To finish the merge, simply copy the merged files in mergedLogsDirectory to your Digsby log directory (e.g.If a file exists in fromLogsDirectory but not toLogsDirectory, a merged file will be created (a copy of the fromFile).The fromLogsDirectory is used as the master list of files to be merged (so if a file exists in toLogsDirectory but not in fromLogsDirectory, no merged file will be created.If not defined, this will default to "merged" in the directory where the script is run from Notes: There are three parameters, but only the first two are really needed:įromLogsDirectory the directory containing the logs you want to merge from toLogsDirectory the directory containing the logs you want to merge the fromLogs to (nothing is actually written here - see below for from/to explanation) mergedLogsDirectory the directory where the merged logs will be created. Merge.py fromLogsDirectory toLogsDirectory mergedLogsDirectory To use, run the script from a command line like so: Such as your primary computer or maybe a shared directory under a service like dropbox. The general use case of this script is merging logs from one location, such as a backup or secondary computer, to a master location,
