Browse Source

Merge pull request #430 from erlang-lager/function-name-otp-18-compat

Take a stab at OTP 18 compatability with macro logging
pull/432/head
Mark Allen 7 years ago
committed by GitHub
parent
commit
1debfb4bb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      rebar.config

+ 2
- 0
rebar.config View File

@ -22,6 +22,8 @@
{erl_opts, [
{lager_extra_sinks, ['__lager_test_sink']},
{platform_define, "(19|20)", test_statem},
{platform_define, "(18)", 'FUNCTION_NAME', unavailable},
{platform_define, "(18)", 'FUNCTION_ARITY', 0},
debug_info,
report,
verbose,

Loading…
Cancel
Save