Skip to content

Commit

Permalink
loglevel bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Oct 31, 2017
1 parent 710a239 commit 00f87a2
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.5.5
* Bugfix.

### 1.5.4
* Changes in default loglevel.

Expand Down
14 changes: 7 additions & 7 deletions src/MBrace.Azure.Management/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("@mbraceproject")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies and other contributors.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.5.4, Git Hash f4f403, Build Date 31102017 11:36 -04:00")>]
[<assembly: AssemblyVersionAttribute("1.5.4")>]
[<assembly: AssemblyFileVersionAttribute("1.5.4")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.5.5, Git Hash 710a23, Build Date 31102017 12:11 -04:00")>]
[<assembly: AssemblyVersionAttribute("1.5.5")>]
[<assembly: AssemblyFileVersionAttribute("1.5.5")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "MBrace.Azure"
let [<Literal>] AssemblyCompany = "@mbraceproject"
let [<Literal>] AssemblyCopyright = "© Nessos Information Technologies and other contributors."
let [<Literal>] AssemblyTrademark = "MBrace"
let [<Literal>] AssemblyMetadata_Release_Signature = "Version 1.5.4, Git Hash f4f403, Build Date 31102017 11:36 -04:00"
let [<Literal>] AssemblyVersion = "1.5.4"
let [<Literal>] AssemblyFileVersion = "1.5.4"
let [<Literal>] AssemblyMetadata_Release_Signature = "Version 1.5.5, Git Hash 710a23, Build Date 31102017 12:11 -04:00"
let [<Literal>] AssemblyVersion = "1.5.5"
let [<Literal>] AssemblyFileVersion = "1.5.5"

let [<Literal>] ReleaseTag = "1.5.4"
let [<Literal>] ReleaseTag = "1.5.5"
14 changes: 7 additions & 7 deletions src/MBrace.Azure.StandaloneWorker/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("@mbraceproject")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies and other contributors.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.5.4, Git Hash f4f403, Build Date 31102017 11:36 -04:00")>]
[<assembly: AssemblyVersionAttribute("1.5.4")>]
[<assembly: AssemblyFileVersionAttribute("1.5.4")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.5.5, Git Hash 710a23, Build Date 31102017 12:11 -04:00")>]
[<assembly: AssemblyVersionAttribute("1.5.5")>]
[<assembly: AssemblyFileVersionAttribute("1.5.5")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "MBrace.Azure"
let [<Literal>] AssemblyCompany = "@mbraceproject"
let [<Literal>] AssemblyCopyright = "© Nessos Information Technologies and other contributors."
let [<Literal>] AssemblyTrademark = "MBrace"
let [<Literal>] AssemblyMetadata_Release_Signature = "Version 1.5.4, Git Hash f4f403, Build Date 31102017 11:36 -04:00"
let [<Literal>] AssemblyVersion = "1.5.4"
let [<Literal>] AssemblyFileVersion = "1.5.4"
let [<Literal>] AssemblyMetadata_Release_Signature = "Version 1.5.5, Git Hash 710a23, Build Date 31102017 12:11 -04:00"
let [<Literal>] AssemblyVersion = "1.5.5"
let [<Literal>] AssemblyFileVersion = "1.5.5"

let [<Literal>] ReleaseTag = "1.5.4"
let [<Literal>] ReleaseTag = "1.5.5"
14 changes: 7 additions & 7 deletions src/MBrace.Azure/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("@mbraceproject")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies and other contributors.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.5.4, Git Hash f4f403, Build Date 31102017 11:36 -04:00")>]
[<assembly: AssemblyVersionAttribute("1.5.4")>]
[<assembly: AssemblyFileVersionAttribute("1.5.4")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.5.5, Git Hash 710a23, Build Date 31102017 12:11 -04:00")>]
[<assembly: AssemblyVersionAttribute("1.5.5")>]
[<assembly: AssemblyFileVersionAttribute("1.5.5")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "MBrace.Azure"
let [<Literal>] AssemblyCompany = "@mbraceproject"
let [<Literal>] AssemblyCopyright = "© Nessos Information Technologies and other contributors."
let [<Literal>] AssemblyTrademark = "MBrace"
let [<Literal>] AssemblyMetadata_Release_Signature = "Version 1.5.4, Git Hash f4f403, Build Date 31102017 11:36 -04:00"
let [<Literal>] AssemblyVersion = "1.5.4"
let [<Literal>] AssemblyFileVersion = "1.5.4"
let [<Literal>] AssemblyMetadata_Release_Signature = "Version 1.5.5, Git Hash 710a23, Build Date 31102017 12:11 -04:00"
let [<Literal>] AssemblyVersion = "1.5.5"
let [<Literal>] AssemblyFileVersion = "1.5.5"

let [<Literal>] ReleaseTag = "1.5.4"
let [<Literal>] ReleaseTag = "1.5.5"
2 changes: 1 addition & 1 deletion src/MBrace.Azure/Runtime/Service.fs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type WorkerService (config : Configuration, workerId : string) =
let mutable status = 0 // 0: stopped, 1: starting, 2: running, 3: stopping
let mutable subscription = None : WorkerSubscription.Subscription option
let mutable cancellationTokenSource = None : CancellationTokenSource option
let attacheableLogger = AttacheableLogger.Create(makeAsynchronous = true)
let attacheableLogger = AttacheableLogger.Create(logLevel = LogLevel.Info, makeAsynchronous = true)

let trySetStarting () = Interlocked.CompareExchange(&status, 1, 0) = 0
let trySetStopping () = Interlocked.CompareExchange(&status, 3, 2) = 2
Expand Down

0 comments on commit 00f87a2

Please sign in to comment.