This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class JsonLogger | |
class Instance | |
extend Forwardable | |
attr_reader :identifier | |
# @param [String] identifier Custom identifier string for this logger. Required property of every structured log. | |
# @param [Array<String>] groups Optional list of additional properties to include with every log message. | |
# @param [Boolean] audit Defaults to false. | |
# @param [String, Symbol, Integer] level Defaults to DEBUG. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ###################### | |
# MY CONFIGURATION START | |
# ###################### | |
function be() { | |
bundle exec "$@" | |
} | |
function dgaf() { | |
git reset && \ |