Skip to content

Commit

Permalink
Merge pull request #1 from iancarpenter/Issue-166
Browse files Browse the repository at this point in the history
Issue 166
  • Loading branch information
iancarpenter authored Sep 9, 2016
2 parents f5567e8 + 36ec573 commit 2309e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ create trigger, create procedure, create any context to existing_user;

<a name="install-no-op"></a>
##NO-OP Option for Production Environments
To make sure there is no fear of leaving debug statements in production code, Logger comes with a [NO-OP](http://en.wikipedia.org/wiki/NOP) (No Operation) installation file (logger_no_op.sql). This installs only a shell of the Logger package. All procedures are essentially NO-OPs. It does not even create the tables so there is absolutely no chance it is doing any logging. It is recommended that you leave the full version installed and simply [set the Logger level](Logger-API#procedure-set_level) to ERROR as the performance hit is exceptionally small.
To make sure there is no fear of leaving debug statements in production code, Logger comes with a [NO-OP](http://en.wikipedia.org/wiki/NOP) (No Operation) installation file (logger_no_op.sql). This installs only a shell of the Logger package. All procedures are essentially NO-OPs. It does not even create the tables so there is absolutely no chance it is doing any logging. It is recommended that you leave the full version installed and simply [set the Logger level](Logger API.md#procedure-set_level) to ERROR as the performance hit is exceptionally small.

##Objects
The following database objects are installed with Logger:
Expand Down

0 comments on commit 2309e8d

Please sign in to comment.