Skip to content

Commit

Permalink
Refactor - Unify name of LeoFS's processes
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Oct 27, 2012
1 parent aba9dce commit af34bc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/leo_logger.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
-define(FILE_PROP_HANDLER, 'file_handler').
-define(FILE_PROP_LOG_LEVEL, 'log_level').

-define(LOG_ID_FILE_INFO, 'log_id_file_info').
-define(LOG_ID_FILE_ERROR, 'log_id_file_error').
-define(LOG_ID_ZMQ, 'log_id_zmq').
-define(LOG_ID_AMQP, 'log_id_amqp').
-define(LOG_ID_FILE_INFO, 'leo_logger_file_i').
-define(LOG_ID_FILE_ERROR, 'leo_logger_file_e').
-define(LOG_ID_ZMQ, 'leo_logger_zmq').
-define(LOG_ID_AMQP, 'leo_logger_amqp').


%%
Expand Down

0 comments on commit af34bc7

Please sign in to comment.