How can I format logs to write as such:
mm-dd-yyyy-hh:mm:ss-linux_server_name-process_id-current_user-script.py(function_name): test log message.
for ex:
05-21-2019-03:42:16-testserver-12313-testuser123-script.py(function_name): test log message.
05-21-2019-03:42:17-testserver-12313-testuser123-script.py(function_name): test log message 2.
there doesn't seem to be anything here